Shades of Kingfisher Daisy #662985
Tints of Kingfisher Daisy #662985
RGB
CMYK
RGB Variations
Color information
#662985 (or 0x662985) is known color: Kingfisher Daisy. HEX triplet: 66, 29 and 85. RGB value is (102,41,133). Sum of RGB (Red+Green+Blue) = 102+41+133=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #662985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662985 is #99D67A. Grayscale: #454545. Windows color (decimal): -10081915 or 8726886. OLE color: 8726886.
HSL color Cylindrical-coordinate representation of color #662985: hue angle of 279.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662985 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 41 | 133 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.48 |
| HSL | 279.78º | 0.53% | 0.34% | - |
| HSV(B) | 279.78º | 0.69% | 0.52% | - |
| XYZ | 10.51 | 6.1 | 22.81 | - |
| YUV | 69.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 133 | 0.23 | 0.69 | 0 | 0.48 | 279.78 | 0.53 | 0.34 |
| Hex | 66 | 29 | 85 | 17 | 45 | 0 | 30 | 118 | 35 | 22 |
| Octal | 146 | 51 | 205 | 27 | 105 | 0 | 60 | 430 | 65 | 42 |
| Binary | 1100110 | 101001 | 10000101 | 10111 | 1000101 | 0 | 110000 | 100011000 | 110101 | 100010 |
Color Harmonies of #662985
Complementary color
Monochromatic Colors of #662985
Black with #662985
Text Example
Text Example
White with #662985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662985; }
p { color: rgb(102,41,133); }
H1.HeaderClassName
{
color: #662985;
}
.AnyTagClassName
{
color: #662985;
}
</style>
background-color css
<style>
a { background-color: #662985; }
a { background-color: rgb(102,41,133); }
div.DivClassName
{
background-color: #662985;
}
.BgClassName
{
background-color: #662985;
}
</style>
border-color css
<style>
span { border-color: #662985; }
span { border-color: rgb(102,41,133); }
td.TdClassName
{
border-color: #662985;
}
.TagClassName
{
border-color: #662985;
}
</style>