Shades of Kingfisher Daisy #642D87
Tints of Kingfisher Daisy #642D87
RGB
CMYK
RGB Variations
Color information
#642D87 (or 0x642D87) is known color: Kingfisher Daisy. HEX triplet: 64, 2D and 87. RGB value is (100,45,135). Sum of RGB (Red+Green+Blue) = 100+45+135=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #642D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D87 is #9BD278. Grayscale: #474747. Windows color (decimal): -10211961 or 8858980. OLE color: 8858980.
HSL color Cylindrical-coordinate representation of color #642D87: hue angle of 276.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642D87 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 45 | 135 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.47 |
| HSL | 276.67º | 0.5% | 0.35% | - |
| HSV(B) | 276.67º | 0.67% | 0.53% | - |
| XYZ | 10.57 | 6.34 | 23.59 | - |
| YUV | 71.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 135 | 0.26 | 0.67 | 0 | 0.47 | 276.67 | 0.5 | 0.35 |
| Hex | 64 | 2D | 87 | 1A | 43 | 0 | 2F | 115 | 32 | 23 |
| Octal | 144 | 55 | 207 | 32 | 103 | 0 | 57 | 425 | 62 | 43 |
| Binary | 1100100 | 101101 | 10000111 | 11010 | 1000011 | 0 | 101111 | 100010101 | 110010 | 100011 |
Color Harmonies of #642D87
Complementary color
Monochromatic Colors of #642D87
Black with #642D87
Text Example
Text Example
White with #642D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D87; }
p { color: rgb(100,45,135); }
H1.HeaderClassName
{
color: #642D87;
}
.AnyTagClassName
{
color: #642D87;
}
</style>
background-color css
<style>
a { background-color: #642D87; }
a { background-color: rgb(100,45,135); }
div.DivClassName
{
background-color: #642D87;
}
.BgClassName
{
background-color: #642D87;
}
</style>
border-color css
<style>
span { border-color: #642D87; }
span { border-color: rgb(100,45,135); }
td.TdClassName
{
border-color: #642D87;
}
.TagClassName
{
border-color: #642D87;
}
</style>