Shades of Butterfly Bush #6B5485
Tints of Butterfly Bush #6B5485
RGB
CMYK
RGB Variations
Color information
#6B5485 (or 0x6B5485) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 85. RGB value is (107,84,133). Sum of RGB (Red+Green+Blue) = 107+84+133=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5485 is #94AB7A. Grayscale: #606060. Windows color (decimal): -9743227 or 8737899. OLE color: 8737899.
HSL color Cylindrical-coordinate representation of color #6B5485: hue angle of 268.16º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B5485 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 84 | 133 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.48 |
| HSL | 268.16º | 0.23% | 0.43% | - |
| HSV(B) | 268.16º | 0.37% | 0.52% | - |
| XYZ | 13.47 | 11.16 | 23.63 | - |
| YUV | 96.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 133 | 0.20 | 0.37 | 0 | 0.48 | 268.16 | 0.23 | 0.43 |
| Hex | 6B | 54 | 85 | 14 | 25 | 0 | 30 | 10C | 17 | 2B |
| Octal | 153 | 124 | 205 | 24 | 45 | 0 | 60 | 414 | 27 | 53 |
| Binary | 1101011 | 1010100 | 10000101 | 10100 | 100101 | 0 | 110000 | 100001100 | 10111 | 101011 |
Color Harmonies of #6B5485
Complementary color
Monochromatic Colors of #6B5485
Black with #6B5485
Text Example
Text Example
White with #6B5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5485; }
p { color: rgb(107,84,133); }
H1.HeaderClassName
{
color: #6B5485;
}
.AnyTagClassName
{
color: #6B5485;
}
</style>
background-color css
<style>
a { background-color: #6B5485; }
a { background-color: rgb(107,84,133); }
div.DivClassName
{
background-color: #6B5485;
}
.BgClassName
{
background-color: #6B5485;
}
</style>
border-color css
<style>
span { border-color: #6B5485; }
span { border-color: rgb(107,84,133); }
td.TdClassName
{
border-color: #6B5485;
}
.TagClassName
{
border-color: #6B5485;
}
</style>