Shades of Kingfisher Daisy #62467C
Tints of Kingfisher Daisy #62467C
RGB
CMYK
RGB Variations
Color information
#62467C (or 0x62467C) is known color: 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
| RGB | 98 | 70 | 124 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.51 |
| HSL | 271.11º | 0.28% | 0.38% | - |
| HSV(B) | 271.11º | 0.44% | 0.49% | - |
| XYZ | 10.87 | 8.43 | 20.12 | - |
| YUV | 84.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 124 | 0.21 | 0.44 | 0 | 0.51 | 271.11 | 0.28 | 0.38 |
| Hex | 62 | 46 | 7C | 15 | 2C | 0 | 33 | 10F | 1C | 26 |
| Octal | 142 | 106 | 174 | 25 | 54 | 0 | 63 | 417 | 34 | 46 |
| Binary | 1100010 | 1000110 | 1111100 | 10101 | 101100 | 0 | 110011 | 100001111 | 11100 | 100110 |
Color Harmonies of #62467C
Complementary color
Monochromatic Colors of #62467C
Black with #62467C
Text Example
Text Example
White with #62467C
Text Example
Text Example
HTML Codes & Css Web 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>