Shades of Kingfisher Daisy #663D86
Tints of Kingfisher Daisy #663D86
RGB
CMYK
RGB Variations
Color information
#663D86 (or 0x663D86) is known color: Kingfisher Daisy. HEX triplet: 66, 3D and 86. RGB value is (102,61,134). Sum of RGB (Red+Green+Blue) = 102+61+134=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #663D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D86 is #99C279. Grayscale: #515151. Windows color (decimal): -10076794 or 8797542. OLE color: 8797542.
HSL color Cylindrical-coordinate representation of color #663D86: hue angle of 273.7º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #663D86 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 61 | 134 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.47 |
| HSL | 273.7º | 0.37% | 0.38% | - |
| HSV(B) | 273.7º | 0.54% | 0.53% | - |
| XYZ | 11.45 | 7.88 | 23.47 | - |
| YUV | 81.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 134 | 0.24 | 0.54 | 0 | 0.47 | 273.7 | 0.37 | 0.38 |
| Hex | 66 | 3D | 86 | 18 | 36 | 0 | 2F | 112 | 25 | 26 |
| Octal | 146 | 75 | 206 | 30 | 66 | 0 | 57 | 422 | 45 | 46 |
| Binary | 1100110 | 111101 | 10000110 | 11000 | 110110 | 0 | 101111 | 100010010 | 100101 | 100110 |
Color Harmonies of #663D86
Complementary color
Monochromatic Colors of #663D86
Black with #663D86
Text Example
Text Example
White with #663D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D86; }
p { color: rgb(102,61,134); }
H1.HeaderClassName
{
color: #663D86;
}
.AnyTagClassName
{
color: #663D86;
}
</style>
background-color css
<style>
a { background-color: #663D86; }
a { background-color: rgb(102,61,134); }
div.DivClassName
{
background-color: #663D86;
}
.BgClassName
{
background-color: #663D86;
}
</style>
border-color css
<style>
span { border-color: #663D86; }
span { border-color: rgb(102,61,134); }
td.TdClassName
{
border-color: #663D86;
}
.TagClassName
{
border-color: #663D86;
}
</style>