Shades of Butterfly Bush #6B5799
Tints of Butterfly Bush #6B5799
RGB
CMYK
RGB Variations
Color information
#6B5799 (or 0x6B5799) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 99. RGB value is (107,87,153). Sum of RGB (Red+Green+Blue) = 107+87+153=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B5799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5799 is #94A866. Grayscale: #646464. Windows color (decimal): -9742439 or 10049387. OLE color: 10049387.
HSL color Cylindrical-coordinate representation of color #6B5799: hue angle of 258.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B5799 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 87 | 153 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.4 |
| HSL | 258.18º | 0.28% | 0.47% | - |
| HSV(B) | 258.18º | 0.43% | 0.6% | - |
| XYZ | 15.22 | 12.24 | 31.7 | - |
| YUV | 100.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 153 | 0.30 | 0.43 | 0 | 0.4 | 258.18 | 0.28 | 0.47 |
| Hex | 6B | 57 | 99 | 1E | 2B | 0 | 28 | 102 | 1C | 2F |
| Octal | 153 | 127 | 231 | 36 | 53 | 0 | 50 | 402 | 34 | 57 |
| Binary | 1101011 | 1010111 | 10011001 | 11110 | 101011 | 0 | 101000 | 100000010 | 11100 | 101111 |
Color Harmonies of #6B5799
Complementary color
Monochromatic Colors of #6B5799
Black with #6B5799
Text Example
Text Example
White with #6B5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5799; }
p { color: rgb(107,87,153); }
H1.HeaderClassName
{
color: #6B5799;
}
.AnyTagClassName
{
color: #6B5799;
}
</style>
background-color css
<style>
a { background-color: #6B5799; }
a { background-color: rgb(107,87,153); }
div.DivClassName
{
background-color: #6B5799;
}
.BgClassName
{
background-color: #6B5799;
}
</style>
border-color css
<style>
span { border-color: #6B5799; }
span { border-color: rgb(107,87,153); }
td.TdClassName
{
border-color: #6B5799;
}
.TagClassName
{
border-color: #6B5799;
}
</style>