#621e95

Color #621E95 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #621E95

Tints of Kingfisher Daisy #621E95

Color information

#621E95 (or 0x621E95) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1E and 95. RGB value is (98,30,149). Sum of RGB (Red+Green+Blue) = 98+30+149=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #621E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E95 is #9DE16A. Grayscale: #3F3F3F. Windows color (decimal): -10346859 or 9772642. OLE color: 9772642.

HSL color Cylindrical-coordinate representation of color #621E95: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621E95 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9830149-
CMYK0.340.8000.42
HSL274.29º66.48%35.1%-
HSV(B)274.29º79.87%58.43%-
XYZ10.935.728.96-
YUV63.9176.03152.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 30 (12.11% from 255) = 10.83%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=35.38%
G=10.83%
B=53.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98301490.340.8000.42274.2966.4835.1
Hex621E95225002A1124223
Octal142362254212005242210243
Binary11000101111010010101100010101000001010101000100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621e95; }

 p { color: rgb(98,30,149); }

 H1.HeaderClassName
 {
   color: #621e95;
 }
 .AnyTagClassName
 {
   color: #621e95;
 }
</style>
background-color css

<style>
 a { background-color: #621e95; }

 a { background-color: rgb(98,30,149); }

 div.DivClassName
 {
   background-color: #621e95;
 }
 .BgClassName
 {
   background-color: #621e95;
 }
</style>
border-color css

<style>
 span { border-color: #621e95; }

 span { border-color: rgb(98,30,149); }

 td.TdClassName
 {
   border-color: #621e95;
 }
 .TagClassName
 {
   border-color: #621e95;
 }
</style>