#62427E

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

Shades of Kingfisher Daisy #62427E

Tints of Kingfisher Daisy #62427E

Color information

#62427E (or 0x62427E) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 42 and 7E. RGB value is (98,66,126). Sum of RGB (Red+Green+Blue) = 98+66+126=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #62427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427E is #9DBD81. Grayscale: #525252. Windows color (decimal): -10337666 or 8274530. OLE color: 8274530.

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

Color convert

RGB9866126-
CMYK0.220.4800.51
HSL272º31.25%37.65%-
HSV(B)272º47.62%49.41%-
XYZ10.75820.72-
YUV82.41152.6139.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=33.79%
G=22.76%
B=43.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98661260.220.4800.5127231.2537.65
Hex62427E16300331101f26
Octal14210217626600634203746
Binary11000101000010111111010110110000011001110001000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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