#62427F

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

Shades of Kingfisher Daisy #62427F

Tints of Kingfisher Daisy #62427F

Color information

#62427F (or 0x62427F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 42 and 7F. RGB value is (98,66,127). Sum of RGB (Red+Green+Blue) = 98+66+127=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #62427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427F is #9DBD80. Grayscale: #525252. Windows color (decimal): -10337665 or 8340066. OLE color: 8340066.

HSL color Cylindrical-coordinate representation of color #62427F: hue angle of 271.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62427F is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9866127-
CMYK0.230.4800.50
HSL271.48º31.61%37.84%-
HSV(B)271.48º48.03%49.8%-
XYZ10.828.0321.06-
YUV82.52153.1139.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 127 (50% from 255) = 43.64%
R=33.68%
G=22.68%
B=43.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98661270.230.4800.50271.4831.6137.84
Hex62427F173003210f2026
Octal14210217727600624174046
Binary110001010000101111111101111100000110010100001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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