Shades of Butterfly Bush #6B5585
Tints of Butterfly Bush #6B5585
RGB
CMYK
RGB Variations
Color information
#6B5585 (or 0x6B5585) is known color: Butterfly Bush. HEX triplet: 6B, 55 and 85. RGB value is (107,85,133). Sum of RGB (Red+Green+Blue) = 107+85+133=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5585 is #94AA7A. Grayscale: #606060. Windows color (decimal): -9742971 or 8738155. OLE color: 8738155.
HSL color Cylindrical-coordinate representation of color #6B5585: hue angle of 267.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B5585 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 85 | 133 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.48 |
| HSL | 267.5º | 0.22% | 0.43% | - |
| HSV(B) | 267.5º | 0.36% | 0.52% | - |
| XYZ | 13.55 | 11.32 | 23.66 | - |
| YUV | 97.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 133 | 0.20 | 0.36 | 0 | 0.48 | 267.5 | 0.22 | 0.43 |
| Hex | 6B | 55 | 85 | 14 | 24 | 0 | 30 | 10C | 16 | 2B |
| Octal | 153 | 125 | 205 | 24 | 44 | 0 | 60 | 414 | 26 | 53 |
| Binary | 1101011 | 1010101 | 10000101 | 10100 | 100100 | 0 | 110000 | 100001100 | 10110 | 101011 |
Color Harmonies of #6B5585
Complementary color
Monochromatic Colors of #6B5585
Black with #6B5585
Text Example
Text Example
White with #6B5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5585; }
p { color: rgb(107,85,133); }
H1.HeaderClassName
{
color: #6B5585;
}
.AnyTagClassName
{
color: #6B5585;
}
</style>
background-color css
<style>
a { background-color: #6B5585; }
a { background-color: rgb(107,85,133); }
div.DivClassName
{
background-color: #6B5585;
}
.BgClassName
{
background-color: #6B5585;
}
</style>
border-color css
<style>
span { border-color: #6B5585; }
span { border-color: rgb(107,85,133); }
td.TdClassName
{
border-color: #6B5585;
}
.TagClassName
{
border-color: #6B5585;
}
</style>