Shades of Kingfisher Daisy #661B85
Tints of Kingfisher Daisy #661B85
RGB
CMYK
RGB Variations
Color information
#661B85 (or 0x661B85) is known color: Kingfisher Daisy. HEX triplet: 66, 1B and 85. RGB value is (102,27,133). Sum of RGB (Red+Green+Blue) = 102+27+133=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #661B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661B85 is #99E47A. Grayscale: #3D3D3D. Windows color (decimal): -10085499 or 8723302. OLE color: 8723302.
HSL color Cylindrical-coordinate representation of color #661B85: hue angle of 282.45º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661B85 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 27 | 133 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.48 |
| HSL | 282.45º | 0.66% | 0.31% | - |
| HSV(B) | 282.45º | 0.8% | 0.52% | - |
| XYZ | 10.11 | 5.3 | 22.68 | - |
| YUV | 61.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 133 | 0.23 | 0.80 | 0 | 0.48 | 282.45 | 0.66 | 0.31 |
| Hex | 66 | 1B | 85 | 17 | 50 | 0 | 30 | 11A | 42 | 1F |
| Octal | 146 | 33 | 205 | 27 | 120 | 0 | 60 | 432 | 102 | 37 |
| Binary | 1100110 | 11011 | 10000101 | 10111 | 1010000 | 0 | 110000 | 100011010 | 1000010 | 11111 |
Color Harmonies of #661B85
Complementary color
Monochromatic Colors of #661B85
Black with #661B85
Text Example
Text Example
White with #661B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B85; }
p { color: rgb(102,27,133); }
H1.HeaderClassName
{
color: #661B85;
}
.AnyTagClassName
{
color: #661B85;
}
</style>
background-color css
<style>
a { background-color: #661B85; }
a { background-color: rgb(102,27,133); }
div.DivClassName
{
background-color: #661B85;
}
.BgClassName
{
background-color: #661B85;
}
</style>
border-color css
<style>
span { border-color: #661B85; }
span { border-color: rgb(102,27,133); }
td.TdClassName
{
border-color: #661B85;
}
.TagClassName
{
border-color: #661B85;
}
</style>