#62427C

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

Shades of Kingfisher Daisy #62427C

Tints of Kingfisher Daisy #62427C

Color information

#62427C (or 0x62427C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 42 and 7C. RGB value is (98,66,124). Sum of RGB (Red+Green+Blue) = 98+66+124=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #62427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427C is #9DBD83. Grayscale: #515151. Windows color (decimal): -10337668 or 8143458. OLE color: 8143458.

HSL color Cylindrical-coordinate representation of color #62427C: hue angle of 273.1º 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 #62427C is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9866124-
CMYK0.210.4700.51
HSL273.1º30.53%37.25%-
HSV(B)273.1º46.77%48.63%-
XYZ10.627.9520.04-
YUV82.18151.6139.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=34.03%
G=22.92%
B=43.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98661240.210.4700.51273.130.5337.25
Hex62427C152F0331111f25
Octal14210217425570634213745
Binary11000101000010111110010101101111011001110001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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