Shades of Kingfisher Daisy #661F83
Tints of Kingfisher Daisy #661F83
RGB
CMYK
RGB Variations
Color information
#661F83 (or 0x661F83) is known color: Kingfisher Daisy. HEX triplet: 66, 1F and 83. RGB value is (102,31,131). Sum of RGB (Red+Green+Blue) = 102+31+131=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #661F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661F83 is #99E07C. Grayscale: #3F3F3F. Windows color (decimal): -10084477 or 8593254. OLE color: 8593254.
HSL color Cylindrical-coordinate representation of color #661F83: hue angle of 282.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #661F83 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 31 | 131 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.49 |
| HSL | 282.6º | 0.62% | 0.32% | - |
| HSV(B) | 282.6º | 0.76% | 0.51% | - |
| XYZ | 10.07 | 5.44 | 21.99 | - |
| YUV | 63.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 131 | 0.22 | 0.76 | 0 | 0.49 | 282.6 | 0.62 | 0.32 |
| Hex | 66 | 1F | 83 | 16 | 4C | 0 | 31 | 11B | 3E | 20 |
| Octal | 146 | 37 | 203 | 26 | 114 | 0 | 61 | 433 | 76 | 40 |
| Binary | 1100110 | 11111 | 10000011 | 10110 | 1001100 | 0 | 110001 | 100011011 | 111110 | 100000 |
Color Harmonies of #661F83
Complementary color
Monochromatic Colors of #661F83
Black with #661F83
Text Example
Text Example
White with #661F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F83; }
p { color: rgb(102,31,131); }
H1.HeaderClassName
{
color: #661F83;
}
.AnyTagClassName
{
color: #661F83;
}
</style>
background-color css
<style>
a { background-color: #661F83; }
a { background-color: rgb(102,31,131); }
div.DivClassName
{
background-color: #661F83;
}
.BgClassName
{
background-color: #661F83;
}
</style>
border-color css
<style>
span { border-color: #661F83; }
span { border-color: rgb(102,31,131); }
td.TdClassName
{
border-color: #661F83;
}
.TagClassName
{
border-color: #661F83;
}
</style>