Shades of Kingfisher Daisy #651D85
Tints of Kingfisher Daisy #651D85
RGB
CMYK
RGB Variations
Color information
#651D85 (or 0x651D85) is known color: Kingfisher Daisy. HEX triplet: 65, 1D and 85. RGB value is (101,29,133). Sum of RGB (Red+Green+Blue) = 101+29+133=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #651D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651D85 is #9AE27A. Grayscale: #3E3E3E. Windows color (decimal): -10150523 or 8723813. OLE color: 8723813.
HSL color Cylindrical-coordinate representation of color #651D85: hue angle of 281.54º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651D85 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 29 | 133 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.48 |
| HSL | 281.54º | 0.64% | 0.32% | - |
| HSV(B) | 281.54º | 0.78% | 0.52% | - |
| XYZ | 10.04 | 5.34 | 22.69 | - |
| YUV | 62.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 133 | 0.24 | 0.78 | 0 | 0.48 | 281.54 | 0.64 | 0.32 |
| Hex | 65 | 1D | 85 | 18 | 4E | 0 | 30 | 11A | 40 | 20 |
| Octal | 145 | 35 | 205 | 30 | 116 | 0 | 60 | 432 | 100 | 40 |
| Binary | 1100101 | 11101 | 10000101 | 11000 | 1001110 | 0 | 110000 | 100011010 | 1000000 | 100000 |
Color Harmonies of #651D85
Complementary color
Monochromatic Colors of #651D85
Black with #651D85
Text Example
Text Example
White with #651D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D85; }
p { color: rgb(101,29,133); }
H1.HeaderClassName
{
color: #651D85;
}
.AnyTagClassName
{
color: #651D85;
}
</style>
background-color css
<style>
a { background-color: #651D85; }
a { background-color: rgb(101,29,133); }
div.DivClassName
{
background-color: #651D85;
}
.BgClassName
{
background-color: #651D85;
}
</style>
border-color css
<style>
span { border-color: #651D85; }
span { border-color: rgb(101,29,133); }
td.TdClassName
{
border-color: #651D85;
}
.TagClassName
{
border-color: #651D85;
}
</style>