Shades of Kingfisher Daisy #653C84
Tints of Kingfisher Daisy #653C84
RGB
CMYK
RGB Variations
Color information
#653C84 (or 0x653C84) is known color: Kingfisher Daisy. HEX triplet: 65, 3C and 84. RGB value is (101,60,132). Sum of RGB (Red+Green+Blue) = 101+60+132=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #653C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653C84 is #9AC37B. Grayscale: #505050. Windows color (decimal): -10142588 or 8666213. OLE color: 8666213.
HSL color Cylindrical-coordinate representation of color #653C84: hue angle of 274.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #653C84 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 60 | 132 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.48 |
| HSL | 274.17º | 0.38% | 0.38% | - |
| HSV(B) | 274.17º | 0.55% | 0.52% | - |
| XYZ | 11.15 | 7.66 | 22.72 | - |
| YUV | 80.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 132 | 0.23 | 0.55 | 0 | 0.48 | 274.17 | 0.38 | 0.38 |
| Hex | 65 | 3C | 84 | 17 | 37 | 0 | 30 | 112 | 26 | 26 |
| Octal | 145 | 74 | 204 | 27 | 67 | 0 | 60 | 422 | 46 | 46 |
| Binary | 1100101 | 111100 | 10000100 | 10111 | 110111 | 0 | 110000 | 100010010 | 100110 | 100110 |
Color Harmonies of #653C84
Complementary color
Monochromatic Colors of #653C84
Black with #653C84
Text Example
Text Example
White with #653C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C84; }
p { color: rgb(101,60,132); }
H1.HeaderClassName
{
color: #653C84;
}
.AnyTagClassName
{
color: #653C84;
}
</style>
background-color css
<style>
a { background-color: #653C84; }
a { background-color: rgb(101,60,132); }
div.DivClassName
{
background-color: #653C84;
}
.BgClassName
{
background-color: #653C84;
}
</style>
border-color css
<style>
span { border-color: #653C84; }
span { border-color: rgb(101,60,132); }
td.TdClassName
{
border-color: #653C84;
}
.TagClassName
{
border-color: #653C84;
}
</style>