Shades of Butterfly Bush #66568B
Tints of Butterfly Bush #66568B
RGB
CMYK
RGB Variations
Color information
#66568B (or 0x66568B) is known color: Butterfly Bush. HEX triplet: 66, 56 and 8B. RGB value is (102,86,139). Sum of RGB (Red+Green+Blue) = 102+86+139=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #66568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66568B is #99A974. Grayscale: #606060. Windows color (decimal): -10070389 or 9131622. OLE color: 9131622.
HSL color Cylindrical-coordinate representation of color #66568B: hue angle of 258.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66568B is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 86 | 139 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.45 |
| HSL | 258.11º | 0.24% | 0.44% | - |
| HSV(B) | 258.11º | 0.38% | 0.55% | - |
| XYZ | 13.47 | 11.34 | 25.91 | - |
| YUV | 96.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 139 | 0.27 | 0.38 | 0 | 0.45 | 258.11 | 0.24 | 0.44 |
| Hex | 66 | 56 | 8B | 1B | 26 | 0 | 2D | 102 | 18 | 2C |
| Octal | 146 | 126 | 213 | 33 | 46 | 0 | 55 | 402 | 30 | 54 |
| Binary | 1100110 | 1010110 | 10001011 | 11011 | 100110 | 0 | 101101 | 100000010 | 11000 | 101100 |
Color Harmonies of #66568B
Complementary color
Monochromatic Colors of #66568B
Black with #66568B
Text Example
Text Example
White with #66568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66568B; }
p { color: rgb(102,86,139); }
H1.HeaderClassName
{
color: #66568B;
}
.AnyTagClassName
{
color: #66568B;
}
</style>
background-color css
<style>
a { background-color: #66568B; }
a { background-color: rgb(102,86,139); }
div.DivClassName
{
background-color: #66568B;
}
.BgClassName
{
background-color: #66568B;
}
</style>
border-color css
<style>
span { border-color: #66568B; }
span { border-color: rgb(102,86,139); }
td.TdClassName
{
border-color: #66568B;
}
.TagClassName
{
border-color: #66568B;
}
</style>