Shades of Butterfly Bush #66537B
Tints of Butterfly Bush #66537B
RGB
CMYK
RGB Variations
Color information
#66537B (or 0x66537B) is known color: Butterfly Bush. HEX triplet: 66, 53 and 7B. RGB value is (102,83,123). Sum of RGB (Red+Green+Blue) = 102+83+123=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #66537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66537B is #99AC84. Grayscale: #5D5D5D. Windows color (decimal): -10071173 or 8082278. OLE color: 8082278.
HSL color Cylindrical-coordinate representation of color #66537B: hue angle of 268.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66537B is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 83 | 123 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.52 |
| HSL | 268.5º | 0.19% | 0.4% | - |
| HSV(B) | 268.5º | 0.33% | 0.48% | - |
| XYZ | 12.15 | 10.44 | 20.11 | - |
| YUV | 93.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 123 | 0.17 | 0.33 | 0 | 0.52 | 268.5 | 0.19 | 0.4 |
| Hex | 66 | 53 | 7B | 11 | 21 | 0 | 34 | 10C | 13 | 28 |
| Octal | 146 | 123 | 173 | 21 | 41 | 0 | 64 | 414 | 23 | 50 |
| Binary | 1100110 | 1010011 | 1111011 | 10001 | 100001 | 0 | 110100 | 100001100 | 10011 | 101000 |
Color Harmonies of #66537B
Complementary color
Monochromatic Colors of #66537B
Black with #66537B
Text Example
Text Example
White with #66537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66537B; }
p { color: rgb(102,83,123); }
H1.HeaderClassName
{
color: #66537B;
}
.AnyTagClassName
{
color: #66537B;
}
</style>
background-color css
<style>
a { background-color: #66537B; }
a { background-color: rgb(102,83,123); }
div.DivClassName
{
background-color: #66537B;
}
.BgClassName
{
background-color: #66537B;
}
</style>
border-color css
<style>
span { border-color: #66537B; }
span { border-color: rgb(102,83,123); }
td.TdClassName
{
border-color: #66537B;
}
.TagClassName
{
border-color: #66537B;
}
</style>