#62467C

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

Shades of Kingfisher Daisy #62467C

Tints of Kingfisher Daisy #62467C

Color information

#62467C (or 0x62467C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 46 and 7C. RGB value is (98,70,124). Sum of RGB (Red+Green+Blue) = 98+70+124=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #62467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62467C is #9DB983. Grayscale: #545454. Windows color (decimal): -10336644 or 8144482. OLE color: 8144482.

HSL color Cylindrical-coordinate representation of color #62467C: hue angle of 271.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62467C is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9870124-
CMYK0.210.4400.51
HSL271.11º27.84%38.04%-
HSV(B)271.11º43.55%48.63%-
XYZ10.878.4320.12-
YUV84.53150.28137.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=33.56%
G=23.97%
B=42.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98701240.210.4400.51271.1127.8438.04
Hex62467C152C03310f1c26
Octal14210617425540634173446
Binary11000101000110111110010101101100011001110000111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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