Shades of Kingfisher Daisy #651C87
Tints of Kingfisher Daisy #651C87
RGB
CMYK
RGB Variations
Color information
#651C87 (or 0x651C87) is known color: Kingfisher Daisy. HEX triplet: 65, 1C and 87. RGB value is (101,28,135). Sum of RGB (Red+Green+Blue) = 101+28+135=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #651C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651C87 is #9AE378. Grayscale: #3D3D3D. Windows color (decimal): -10150777 or 8854629. OLE color: 8854629.
HSL color Cylindrical-coordinate representation of color #651C87: hue angle of 280.93º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651C87 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 28 | 135 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.47 |
| HSL | 280.93º | 0.66% | 0.32% | - |
| HSV(B) | 280.93º | 0.79% | 0.53% | - |
| XYZ | 10.16 | 5.35 | 23.42 | - |
| YUV | 62.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 135 | 0.25 | 0.79 | 0 | 0.47 | 280.93 | 0.66 | 0.32 |
| Hex | 65 | 1C | 87 | 19 | 4F | 0 | 2F | 119 | 42 | 20 |
| Octal | 145 | 34 | 207 | 31 | 117 | 0 | 57 | 431 | 102 | 40 |
| Binary | 1100101 | 11100 | 10000111 | 11001 | 1001111 | 0 | 101111 | 100011001 | 1000010 | 100000 |
Color Harmonies of #651C87
Complementary color
Monochromatic Colors of #651C87
Black with #651C87
Text Example
Text Example
White with #651C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C87; }
p { color: rgb(101,28,135); }
H1.HeaderClassName
{
color: #651C87;
}
.AnyTagClassName
{
color: #651C87;
}
</style>
background-color css
<style>
a { background-color: #651C87; }
a { background-color: rgb(101,28,135); }
div.DivClassName
{
background-color: #651C87;
}
.BgClassName
{
background-color: #651C87;
}
</style>
border-color css
<style>
span { border-color: #651C87; }
span { border-color: rgb(101,28,135); }
td.TdClassName
{
border-color: #651C87;
}
.TagClassName
{
border-color: #651C87;
}
</style>