Shades of Butterfly Bush #6B5385
Tints of Butterfly Bush #6B5385
RGB
CMYK
RGB Variations
Color information
#6B5385 (or 0x6B5385) is known color: Butterfly Bush. HEX triplet: 6B, 53 and 85. RGB value is (107,83,133). Sum of RGB (Red+Green+Blue) = 107+83+133=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5385 is #94AC7A. Grayscale: #5F5F5F. Windows color (decimal): -9743483 or 8737643. OLE color: 8737643.
HSL color Cylindrical-coordinate representation of color #6B5385: hue angle of 268.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B5385 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 83 | 133 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.48 |
| HSL | 268.8º | 0.23% | 0.42% | - |
| HSV(B) | 268.8º | 0.38% | 0.52% | - |
| XYZ | 13.39 | 11.01 | 23.61 | - |
| YUV | 95.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 133 | 0.20 | 0.38 | 0 | 0.48 | 268.8 | 0.23 | 0.42 |
| Hex | 6B | 53 | 85 | 14 | 26 | 0 | 30 | 10D | 17 | 2A |
| Octal | 153 | 123 | 205 | 24 | 46 | 0 | 60 | 415 | 27 | 52 |
| Binary | 1101011 | 1010011 | 10000101 | 10100 | 100110 | 0 | 110000 | 100001101 | 10111 | 101010 |
Color Harmonies of #6B5385
Complementary color
Monochromatic Colors of #6B5385
Black with #6B5385
Text Example
Text Example
White with #6B5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5385; }
p { color: rgb(107,83,133); }
H1.HeaderClassName
{
color: #6B5385;
}
.AnyTagClassName
{
color: #6B5385;
}
</style>
background-color css
<style>
a { background-color: #6B5385; }
a { background-color: rgb(107,83,133); }
div.DivClassName
{
background-color: #6B5385;
}
.BgClassName
{
background-color: #6B5385;
}
</style>
border-color css
<style>
span { border-color: #6B5385; }
span { border-color: rgb(107,83,133); }
td.TdClassName
{
border-color: #6B5385;
}
.TagClassName
{
border-color: #6B5385;
}
</style>