Shades of Kingfisher Daisy #661F88
Tints of Kingfisher Daisy #661F88
RGB
CMYK
RGB Variations
Color information
#661F88 (or 0x661F88) is known color: Kingfisher Daisy. HEX triplet: 66, 1F and 88. RGB value is (102,31,136). Sum of RGB (Red+Green+Blue) = 102+31+136=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #661F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661F88 is #99E077. Grayscale: #3F3F3F. Windows color (decimal): -10084472 or 8920934. OLE color: 8920934.
HSL color Cylindrical-coordinate representation of color #661F88: hue angle of 280.57º 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 #661F88 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 31 | 136 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.47 |
| HSL | 280.57º | 0.63% | 0.33% | - |
| HSV(B) | 280.57º | 0.77% | 0.53% | - |
| XYZ | 10.41 | 5.58 | 23.82 | - |
| YUV | 64.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 136 | 0.25 | 0.77 | 0 | 0.47 | 280.57 | 0.63 | 0.33 |
| Hex | 66 | 1F | 88 | 19 | 4D | 0 | 2F | 119 | 3F | 21 |
| Octal | 146 | 37 | 210 | 31 | 115 | 0 | 57 | 431 | 77 | 41 |
| Binary | 1100110 | 11111 | 10001000 | 11001 | 1001101 | 0 | 101111 | 100011001 | 111111 | 100001 |
Color Harmonies of #661F88
Complementary color
Monochromatic Colors of #661F88
Black with #661F88
Text Example
Text Example
White with #661F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F88; }
p { color: rgb(102,31,136); }
H1.HeaderClassName
{
color: #661F88;
}
.AnyTagClassName
{
color: #661F88;
}
</style>
background-color css
<style>
a { background-color: #661F88; }
a { background-color: rgb(102,31,136); }
div.DivClassName
{
background-color: #661F88;
}
.BgClassName
{
background-color: #661F88;
}
</style>
border-color css
<style>
span { border-color: #661F88; }
span { border-color: rgb(102,31,136); }
td.TdClassName
{
border-color: #661F88;
}
.TagClassName
{
border-color: #661F88;
}
</style>