Shades of Kingfisher Daisy #663885
Tints of Kingfisher Daisy #663885
RGB
CMYK
RGB Variations
Color information
#663885 (or 0x663885) is known color: Kingfisher Daisy. HEX triplet: 66, 38 and 85. RGB value is (102,56,133). Sum of RGB (Red+Green+Blue) = 102+56+133=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #663885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663885 is #99C77A. Grayscale: #4E4E4E. Windows color (decimal): -10078075 or 8730726. OLE color: 8730726.
HSL color Cylindrical-coordinate representation of color #663885: hue angle of 275.84º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663885 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 56 | 133 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.48 |
| HSL | 275.84º | 0.41% | 0.37% | - |
| HSV(B) | 275.84º | 0.58% | 0.52% | - |
| XYZ | 11.13 | 7.35 | 23.02 | - |
| YUV | 78.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 133 | 0.23 | 0.58 | 0 | 0.48 | 275.84 | 0.41 | 0.37 |
| Hex | 66 | 38 | 85 | 17 | 3A | 0 | 30 | 114 | 29 | 25 |
| Octal | 146 | 70 | 205 | 27 | 72 | 0 | 60 | 424 | 51 | 45 |
| Binary | 1100110 | 111000 | 10000101 | 10111 | 111010 | 0 | 110000 | 100010100 | 101001 | 100101 |
Color Harmonies of #663885
Complementary color
Monochromatic Colors of #663885
Black with #663885
Text Example
Text Example
White with #663885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663885; }
p { color: rgb(102,56,133); }
H1.HeaderClassName
{
color: #663885;
}
.AnyTagClassName
{
color: #663885;
}
</style>
background-color css
<style>
a { background-color: #663885; }
a { background-color: rgb(102,56,133); }
div.DivClassName
{
background-color: #663885;
}
.BgClassName
{
background-color: #663885;
}
</style>
border-color css
<style>
span { border-color: #663885; }
span { border-color: rgb(102,56,133); }
td.TdClassName
{
border-color: #663885;
}
.TagClassName
{
border-color: #663885;
}
</style>