Shades of Kingfisher Daisy #663C88
Tints of Kingfisher Daisy #663C88
RGB
CMYK
RGB Variations
Color information
#663C88 (or 0x663C88) is known color: Kingfisher Daisy. HEX triplet: 66, 3C and 88. RGB value is (102,60,136). Sum of RGB (Red+Green+Blue) = 102+60+136=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #663C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663C88 is #99C377. Grayscale: #505050. Windows color (decimal): -10077048 or 8928358. OLE color: 8928358.
HSL color Cylindrical-coordinate representation of color #663C88: hue angle of 273.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663C88 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 60 | 136 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.47 |
| HSL | 273.16º | 0.39% | 0.38% | - |
| HSV(B) | 273.16º | 0.56% | 0.53% | - |
| XYZ | 11.54 | 7.83 | 24.2 | - |
| YUV | 81.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 136 | 0.25 | 0.56 | 0 | 0.47 | 273.16 | 0.39 | 0.38 |
| Hex | 66 | 3C | 88 | 19 | 38 | 0 | 2F | 111 | 27 | 26 |
| Octal | 146 | 74 | 210 | 31 | 70 | 0 | 57 | 421 | 47 | 46 |
| Binary | 1100110 | 111100 | 10001000 | 11001 | 111000 | 0 | 101111 | 100010001 | 100111 | 100110 |
Color Harmonies of #663C88
Complementary color
Monochromatic Colors of #663C88
Black with #663C88
Text Example
Text Example
White with #663C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C88; }
p { color: rgb(102,60,136); }
H1.HeaderClassName
{
color: #663C88;
}
.AnyTagClassName
{
color: #663C88;
}
</style>
background-color css
<style>
a { background-color: #663C88; }
a { background-color: rgb(102,60,136); }
div.DivClassName
{
background-color: #663C88;
}
.BgClassName
{
background-color: #663C88;
}
</style>
border-color css
<style>
span { border-color: #663C88; }
span { border-color: rgb(102,60,136); }
td.TdClassName
{
border-color: #663C88;
}
.TagClassName
{
border-color: #663C88;
}
</style>