Shades of Kingfisher Daisy #652884
Tints of Kingfisher Daisy #652884
RGB
CMYK
RGB Variations
Color information
#652884 (or 0x652884) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 84. RGB value is (101,40,132). Sum of RGB (Red+Green+Blue) = 101+40+132=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #652884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652884 is #9AD77B. Grayscale: #444444. Windows color (decimal): -10147708 or 8661093. OLE color: 8661093.
HSL color Cylindrical-coordinate representation of color #652884: hue angle of 279.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652884 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 40 | 132 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.48 |
| HSL | 279.78º | 0.53% | 0.34% | - |
| HSV(B) | 279.78º | 0.7% | 0.52% | - |
| XYZ | 10.29 | 5.95 | 22.44 | - |
| YUV | 68.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 132 | 0.23 | 0.70 | 0 | 0.48 | 279.78 | 0.53 | 0.34 |
| Hex | 65 | 28 | 84 | 17 | 46 | 0 | 30 | 118 | 35 | 22 |
| Octal | 145 | 50 | 204 | 27 | 106 | 0 | 60 | 430 | 65 | 42 |
| Binary | 1100101 | 101000 | 10000100 | 10111 | 1000110 | 0 | 110000 | 100011000 | 110101 | 100010 |
Color Harmonies of #652884
Complementary color
Monochromatic Colors of #652884
Black with #652884
Text Example
Text Example
White with #652884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652884; }
p { color: rgb(101,40,132); }
H1.HeaderClassName
{
color: #652884;
}
.AnyTagClassName
{
color: #652884;
}
</style>
background-color css
<style>
a { background-color: #652884; }
a { background-color: rgb(101,40,132); }
div.DivClassName
{
background-color: #652884;
}
.BgClassName
{
background-color: #652884;
}
</style>
border-color css
<style>
span { border-color: #652884; }
span { border-color: rgb(101,40,132); }
td.TdClassName
{
border-color: #652884;
}
.TagClassName
{
border-color: #652884;
}
</style>