Shades of Butterfly Bush #66568E
Tints of Butterfly Bush #66568E
RGB
CMYK
RGB Variations
Color information
#66568E (or 0x66568E) is known color: Butterfly Bush. HEX triplet: 66, 56 and 8E. RGB value is (102,86,142). Sum of RGB (Red+Green+Blue) = 102+86+142=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #66568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66568E is #99A971. Grayscale: #606060. Windows color (decimal): -10070386 or 9328230. OLE color: 9328230.
HSL color Cylindrical-coordinate representation of color #66568E: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66568E is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 86 | 142 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.44 |
| HSL | 257.14º | 0.25% | 0.45% | - |
| HSV(B) | 257.14º | 0.39% | 0.56% | - |
| XYZ | 13.69 | 11.43 | 27.08 | - |
| YUV | 97.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 142 | 0.28 | 0.39 | 0 | 0.44 | 257.14 | 0.25 | 0.45 |
| Hex | 66 | 56 | 8E | 1C | 27 | 0 | 2C | 101 | 19 | 2D |
| Octal | 146 | 126 | 216 | 34 | 47 | 0 | 54 | 401 | 31 | 55 |
| Binary | 1100110 | 1010110 | 10001110 | 11100 | 100111 | 0 | 101100 | 100000001 | 11001 | 101101 |
Color Harmonies of #66568E
Complementary color
Monochromatic Colors of #66568E
Black with #66568E
Text Example
Text Example
White with #66568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66568E; }
p { color: rgb(102,86,142); }
H1.HeaderClassName
{
color: #66568E;
}
.AnyTagClassName
{
color: #66568E;
}
</style>
background-color css
<style>
a { background-color: #66568E; }
a { background-color: rgb(102,86,142); }
div.DivClassName
{
background-color: #66568E;
}
.BgClassName
{
background-color: #66568E;
}
</style>
border-color css
<style>
span { border-color: #66568E; }
span { border-color: rgb(102,86,142); }
td.TdClassName
{
border-color: #66568E;
}
.TagClassName
{
border-color: #66568E;
}
</style>