Shades of Kingfisher Daisy #661F89
Tints of Kingfisher Daisy #661F89
RGB
CMYK
RGB Variations
Color information
#661F89 (or 0x661F89) is known color: Kingfisher Daisy. HEX triplet: 66, 1F and 89. RGB value is (102,31,137). Sum of RGB (Red+Green+Blue) = 102+31+137=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #661F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661F89 is #99E076. Grayscale: #3F3F3F. Windows color (decimal): -10084471 or 8986470. OLE color: 8986470.
HSL color Cylindrical-coordinate representation of color #661F89: hue angle of 280.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661F89 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 31 | 137 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.46 |
| HSL | 280.19º | 0.63% | 0.33% | - |
| HSV(B) | 280.19º | 0.77% | 0.54% | - |
| XYZ | 10.48 | 5.61 | 24.2 | - |
| YUV | 64.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 137 | 0.26 | 0.77 | 0 | 0.46 | 280.19 | 0.63 | 0.33 |
| Hex | 66 | 1F | 89 | 1A | 4D | 0 | 2E | 118 | 3F | 21 |
| Octal | 146 | 37 | 211 | 32 | 115 | 0 | 56 | 430 | 77 | 41 |
| Binary | 1100110 | 11111 | 10001001 | 11010 | 1001101 | 0 | 101110 | 100011000 | 111111 | 100001 |
Color Harmonies of #661F89
Complementary color
Monochromatic Colors of #661F89
Black with #661F89
Text Example
Text Example
White with #661F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F89; }
p { color: rgb(102,31,137); }
H1.HeaderClassName
{
color: #661F89;
}
.AnyTagClassName
{
color: #661F89;
}
</style>
background-color css
<style>
a { background-color: #661F89; }
a { background-color: rgb(102,31,137); }
div.DivClassName
{
background-color: #661F89;
}
.BgClassName
{
background-color: #661F89;
}
</style>
border-color css
<style>
span { border-color: #661F89; }
span { border-color: rgb(102,31,137); }
td.TdClassName
{
border-color: #661F89;
}
.TagClassName
{
border-color: #661F89;
}
</style>