Shades of Kingfisher Daisy #642488
Tints of Kingfisher Daisy #642488
RGB
CMYK
RGB Variations
Color information
#642488 (or 0x642488) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 88. RGB value is (100,36,136). Sum of RGB (Red+Green+Blue) = 100+36+136=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #642488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642488 is #9BDB77. Grayscale: #424242. Windows color (decimal): -10214264 or 8922212. OLE color: 8922212.
HSL color Cylindrical-coordinate representation of color #642488: hue angle of 278.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642488 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 36 | 136 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.47 |
| HSL | 278.4º | 0.58% | 0.34% | - |
| HSV(B) | 278.4º | 0.74% | 0.53% | - |
| XYZ | 10.33 | 5.75 | 23.86 | - |
| YUV | 66.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 136 | 0.26 | 0.74 | 0 | 0.47 | 278.4 | 0.58 | 0.34 |
| Hex | 64 | 24 | 88 | 1A | 4A | 0 | 2F | 116 | 3A | 22 |
| Octal | 144 | 44 | 210 | 32 | 112 | 0 | 57 | 426 | 72 | 42 |
| Binary | 1100100 | 100100 | 10001000 | 11010 | 1001010 | 0 | 101111 | 100010110 | 111010 | 100010 |
Color Harmonies of #642488
Complementary color
Monochromatic Colors of #642488
Black with #642488
Text Example
Text Example
White with #642488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642488; }
p { color: rgb(100,36,136); }
H1.HeaderClassName
{
color: #642488;
}
.AnyTagClassName
{
color: #642488;
}
</style>
background-color css
<style>
a { background-color: #642488; }
a { background-color: rgb(100,36,136); }
div.DivClassName
{
background-color: #642488;
}
.BgClassName
{
background-color: #642488;
}
</style>
border-color css
<style>
span { border-color: #642488; }
span { border-color: rgb(100,36,136); }
td.TdClassName
{
border-color: #642488;
}
.TagClassName
{
border-color: #642488;
}
</style>