Shades of Kingfisher Daisy #663682
Tints of Kingfisher Daisy #663682
RGB
CMYK
RGB Variations
Color information
#663682 (or 0x663682) is known color: Kingfisher Daisy. HEX triplet: 66, 36 and 82. RGB value is (102,54,130). Sum of RGB (Red+Green+Blue) = 102+54+130=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #663682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663682 is #99C97D. Grayscale: #4C4C4C. Windows color (decimal): -10078590 or 8533606. OLE color: 8533606.
HSL color Cylindrical-coordinate representation of color #663682: hue angle of 277.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663682 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 54 | 130 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.49 |
| HSL | 277.89º | 0.41% | 0.36% | - |
| HSV(B) | 277.89º | 0.58% | 0.51% | - |
| XYZ | 10.83 | 7.07 | 21.91 | - |
| YUV | 77.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 130 | 0.22 | 0.58 | 0 | 0.49 | 277.89 | 0.41 | 0.36 |
| Hex | 66 | 36 | 82 | 16 | 3A | 0 | 31 | 116 | 29 | 24 |
| Octal | 146 | 66 | 202 | 26 | 72 | 0 | 61 | 426 | 51 | 44 |
| Binary | 1100110 | 110110 | 10000010 | 10110 | 111010 | 0 | 110001 | 100010110 | 101001 | 100100 |
Color Harmonies of #663682
Complementary color
Monochromatic Colors of #663682
Black with #663682
Text Example
Text Example
White with #663682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663682; }
p { color: rgb(102,54,130); }
H1.HeaderClassName
{
color: #663682;
}
.AnyTagClassName
{
color: #663682;
}
</style>
background-color css
<style>
a { background-color: #663682; }
a { background-color: rgb(102,54,130); }
div.DivClassName
{
background-color: #663682;
}
.BgClassName
{
background-color: #663682;
}
</style>
border-color css
<style>
span { border-color: #663682; }
span { border-color: rgb(102,54,130); }
td.TdClassName
{
border-color: #663682;
}
.TagClassName
{
border-color: #663682;
}
</style>