Shades of Kingfisher Daisy #651A86
Tints of Kingfisher Daisy #651A86
RGB
CMYK
RGB Variations
Color information
#651A86 (or 0x651A86) is known color: Kingfisher Daisy. HEX triplet: 65, 1A and 86. RGB value is (101,26,134). Sum of RGB (Red+Green+Blue) = 101+26+134=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #651A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651A86 is #9AE579. Grayscale: #3C3C3C. Windows color (decimal): -10151290 or 8788581. OLE color: 8788581.
HSL color Cylindrical-coordinate representation of color #651A86: hue angle of 281.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651A86 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 26 | 134 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.47 |
| HSL | 281.67º | 0.68% | 0.31% | - |
| HSV(B) | 281.67º | 0.81% | 0.53% | - |
| XYZ | 10.04 | 5.23 | 23.03 | - |
| YUV | 60.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 134 | 0.25 | 0.81 | 0 | 0.47 | 281.67 | 0.68 | 0.31 |
| Hex | 65 | 1A | 86 | 19 | 51 | 0 | 2F | 11A | 44 | 1F |
| Octal | 145 | 32 | 206 | 31 | 121 | 0 | 57 | 432 | 104 | 37 |
| Binary | 1100101 | 11010 | 10000110 | 11001 | 1010001 | 0 | 101111 | 100011010 | 1000100 | 11111 |
Color Harmonies of #651A86
Complementary color
Monochromatic Colors of #651A86
Black with #651A86
Text Example
Text Example
White with #651A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A86; }
p { color: rgb(101,26,134); }
H1.HeaderClassName
{
color: #651A86;
}
.AnyTagClassName
{
color: #651A86;
}
</style>
background-color css
<style>
a { background-color: #651A86; }
a { background-color: rgb(101,26,134); }
div.DivClassName
{
background-color: #651A86;
}
.BgClassName
{
background-color: #651A86;
}
</style>
border-color css
<style>
span { border-color: #651A86; }
span { border-color: rgb(101,26,134); }
td.TdClassName
{
border-color: #651A86;
}
.TagClassName
{
border-color: #651A86;
}
</style>