#62427D

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

Shades of Kingfisher Daisy #62427D

Tints of Kingfisher Daisy #62427D

Color information

#62427D (or 0x62427D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 42 and 7D. RGB value is (98,66,125). Sum of RGB (Red+Green+Blue) = 98+66+125=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #62427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427D is #9DBD82. Grayscale: #525252. Windows color (decimal): -10337667 or 8208994. OLE color: 8208994.

HSL color Cylindrical-coordinate representation of color #62427D: hue angle of 272.54º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62427D is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9866125-
CMYK0.220.4700.51
HSL272.54º30.89%37.45%-
HSV(B)272.54º47.2%49.02%-
XYZ10.697.9720.38-
YUV82.29152.1139.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=33.91%
G=22.84%
B=43.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98661250.220.4700.51272.5430.8937.45
Hex62427D162F0331111f25
Octal14210217526570634213745
Binary11000101000010111110110110101111011001110001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62427D; }

 p { color: rgb(98,66,125); }

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

<style>
 a { background-color: #62427D; }

 a { background-color: rgb(98,66,125); }

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

<style>
 span { border-color: #62427D; }

 span { border-color: rgb(98,66,125); }

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