Shades of Kingfisher Daisy #662D86
Tints of Kingfisher Daisy #662D86
RGB
CMYK
RGB Variations
Color information
#662D86 (or 0x662D86) is known color: Kingfisher Daisy. HEX triplet: 66, 2D and 86. RGB value is (102,45,134). Sum of RGB (Red+Green+Blue) = 102+45+134=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #662D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662D86 is #99D279. Grayscale: #474747. Windows color (decimal): -10080890 or 8793446. OLE color: 8793446.
HSL color Cylindrical-coordinate representation of color #662D86: hue angle of 278.43º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662D86 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 45 | 134 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.47 |
| HSL | 278.43º | 0.5% | 0.35% | - |
| HSV(B) | 278.43º | 0.66% | 0.53% | - |
| XYZ | 10.72 | 6.42 | 23.23 | - |
| YUV | 72.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 134 | 0.24 | 0.66 | 0 | 0.47 | 278.43 | 0.5 | 0.35 |
| Hex | 66 | 2D | 86 | 18 | 42 | 0 | 2F | 116 | 32 | 23 |
| Octal | 146 | 55 | 206 | 30 | 102 | 0 | 57 | 426 | 62 | 43 |
| Binary | 1100110 | 101101 | 10000110 | 11000 | 1000010 | 0 | 101111 | 100010110 | 110010 | 100011 |
Color Harmonies of #662D86
Complementary color
Monochromatic Colors of #662D86
Black with #662D86
Text Example
Text Example
White with #662D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D86; }
p { color: rgb(102,45,134); }
H1.HeaderClassName
{
color: #662D86;
}
.AnyTagClassName
{
color: #662D86;
}
</style>
background-color css
<style>
a { background-color: #662D86; }
a { background-color: rgb(102,45,134); }
div.DivClassName
{
background-color: #662D86;
}
.BgClassName
{
background-color: #662D86;
}
</style>
border-color css
<style>
span { border-color: #662D86; }
span { border-color: rgb(102,45,134); }
td.TdClassName
{
border-color: #662D86;
}
.TagClassName
{
border-color: #662D86;
}
</style>