Shades of Kingfisher Daisy #624682
Tints of Kingfisher Daisy #624682
RGB
CMYK
RGB Variations
Color information
#624682 (or 0x624682) is known color: Kingfisher Daisy. HEX triplet: 62, 46 and 82. RGB value is (98,70,130). Sum of RGB (Red+Green+Blue) = 98+70+130=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #624682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624682 is #9DB97D. Grayscale: #545454. Windows color (decimal): -10336638 or 8537698. OLE color: 8537698.
HSL color Cylindrical-coordinate representation of color #624682: hue angle of 268º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #624682 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 70 | 130 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.49 |
| HSL | 268º | 0.3% | 0.39% | - |
| HSV(B) | 268º | 0.46% | 0.51% | - |
| XYZ | 11.26 | 8.59 | 22.18 | - |
| YUV | 85.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 130 | 0.25 | 0.46 | 0 | 0.49 | 268 | 0.3 | 0.39 |
| Hex | 62 | 46 | 82 | 19 | 2E | 0 | 31 | 10C | 1E | 27 |
| Octal | 142 | 106 | 202 | 31 | 56 | 0 | 61 | 414 | 36 | 47 |
| Binary | 1100010 | 1000110 | 10000010 | 11001 | 101110 | 0 | 110001 | 100001100 | 11110 | 100111 |
Color Harmonies of #624682
Complementary color
Monochromatic Colors of #624682
Black with #624682
Text Example
Text Example
White with #624682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624682; }
p { color: rgb(98,70,130); }
H1.HeaderClassName
{
color: #624682;
}
.AnyTagClassName
{
color: #624682;
}
</style>
background-color css
<style>
a { background-color: #624682; }
a { background-color: rgb(98,70,130); }
div.DivClassName
{
background-color: #624682;
}
.BgClassName
{
background-color: #624682;
}
</style>
border-color css
<style>
span { border-color: #624682; }
span { border-color: rgb(98,70,130); }
td.TdClassName
{
border-color: #624682;
}
.TagClassName
{
border-color: #624682;
}
</style>