Shades of Kingfisher Daisy #691F87
Tints of Kingfisher Daisy #691F87
RGB
CMYK
RGB Variations
Color information
#691F87 (or 0x691F87) is known color: Kingfisher Daisy. HEX triplet: 69, 1F and 87. RGB value is (105,31,135). Sum of RGB (Red+Green+Blue) = 105+31+135=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #691F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691F87 is #96E078. Grayscale: #404040. Windows color (decimal): -9887865 or 8855401. OLE color: 8855401.
HSL color Cylindrical-coordinate representation of color #691F87: hue angle of 282.69º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #691F87 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 31 | 135 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.47 |
| HSL | 282.69º | 0.63% | 0.33% | - |
| HSV(B) | 282.69º | 0.77% | 0.53% | - |
| XYZ | 10.69 | 5.73 | 23.46 | - |
| YUV | 64.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 135 | 0.22 | 0.77 | 0 | 0.47 | 282.69 | 0.63 | 0.33 |
| Hex | 69 | 1F | 87 | 16 | 4D | 0 | 2F | 11B | 3F | 21 |
| Octal | 151 | 37 | 207 | 26 | 115 | 0 | 57 | 433 | 77 | 41 |
| Binary | 1101001 | 11111 | 10000111 | 10110 | 1001101 | 0 | 101111 | 100011011 | 111111 | 100001 |
Color Harmonies of #691F87
Complementary color
Monochromatic Colors of #691F87
Black with #691F87
Text Example
Text Example
White with #691F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691F87; }
p { color: rgb(105,31,135); }
H1.HeaderClassName
{
color: #691F87;
}
.AnyTagClassName
{
color: #691F87;
}
</style>
background-color css
<style>
a { background-color: #691F87; }
a { background-color: rgb(105,31,135); }
div.DivClassName
{
background-color: #691F87;
}
.BgClassName
{
background-color: #691F87;
}
</style>
border-color css
<style>
span { border-color: #691F87; }
span { border-color: rgb(105,31,135); }
td.TdClassName
{
border-color: #691F87;
}
.TagClassName
{
border-color: #691F87;
}
</style>