Shades of Kingfisher Daisy #663D80
Tints of Kingfisher Daisy #663D80
RGB
CMYK
RGB Variations
Color information
#663D80 (or 0x663D80) is known color: Kingfisher Daisy. HEX triplet: 66, 3D and 80. RGB value is (102,61,128). Sum of RGB (Red+Green+Blue) = 102+61+128=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #663D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D80 is #99C27F. Grayscale: #505050. Windows color (decimal): -10076800 or 8404326. OLE color: 8404326.
HSL color Cylindrical-coordinate representation of color #663D80: hue angle of 276.72º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663D80 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 61 | 128 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.50 |
| HSL | 276.72º | 0.35% | 0.37% | - |
| HSV(B) | 276.72º | 0.52% | 0.5% | - |
| XYZ | 11.04 | 7.72 | 21.33 | - |
| YUV | 80.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 128 | 0.20 | 0.52 | 0 | 0.50 | 276.72 | 0.35 | 0.37 |
| Hex | 66 | 3D | 80 | 14 | 34 | 0 | 32 | 115 | 23 | 25 |
| Octal | 146 | 75 | 200 | 24 | 64 | 0 | 62 | 425 | 43 | 45 |
| Binary | 1100110 | 111101 | 10000000 | 10100 | 110100 | 0 | 110010 | 100010101 | 100011 | 100101 |
Color Harmonies of #663D80
Complementary color
Monochromatic Colors of #663D80
Black with #663D80
Text Example
Text Example
White with #663D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D80; }
p { color: rgb(102,61,128); }
H1.HeaderClassName
{
color: #663D80;
}
.AnyTagClassName
{
color: #663D80;
}
</style>
background-color css
<style>
a { background-color: #663D80; }
a { background-color: rgb(102,61,128); }
div.DivClassName
{
background-color: #663D80;
}
.BgClassName
{
background-color: #663D80;
}
</style>
border-color css
<style>
span { border-color: #663D80; }
span { border-color: rgb(102,61,128); }
td.TdClassName
{
border-color: #663D80;
}
.TagClassName
{
border-color: #663D80;
}
</style>