Shades of Butterfly Bush #6B5B92
Tints of Butterfly Bush #6B5B92
RGB
CMYK
RGB Variations
Color information
#6B5B92 (or 0x6B5B92) is known color: Butterfly Bush. HEX triplet: 6B, 5B and 92. RGB value is (107,91,146). Sum of RGB (Red+Green+Blue) = 107+91+146=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B5B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5B92 is #94A46D. Grayscale: #656565. Windows color (decimal): -9741422 or 9591659. OLE color: 9591659.
HSL color Cylindrical-coordinate representation of color #6B5B92: hue angle of 257.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B5B92 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 91 | 146 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.43 |
| HSL | 257.45º | 0.23% | 0.46% | - |
| HSV(B) | 257.45º | 0.38% | 0.57% | - |
| XYZ | 14.99 | 12.68 | 28.85 | - |
| YUV | 102.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 146 | 0.27 | 0.38 | 0 | 0.43 | 257.45 | 0.23 | 0.46 |
| Hex | 6B | 5B | 92 | 1B | 26 | 0 | 2B | 101 | 17 | 2E |
| Octal | 153 | 133 | 222 | 33 | 46 | 0 | 53 | 401 | 27 | 56 |
| Binary | 1101011 | 1011011 | 10010010 | 11011 | 100110 | 0 | 101011 | 100000001 | 10111 | 101110 |
Color Harmonies of #6B5B92
Complementary color
Monochromatic Colors of #6B5B92
Black with #6B5B92
Text Example
Text Example
White with #6B5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B92; }
p { color: rgb(107,91,146); }
H1.HeaderClassName
{
color: #6B5B92;
}
.AnyTagClassName
{
color: #6B5B92;
}
</style>
background-color css
<style>
a { background-color: #6B5B92; }
a { background-color: rgb(107,91,146); }
div.DivClassName
{
background-color: #6B5B92;
}
.BgClassName
{
background-color: #6B5B92;
}
</style>
border-color css
<style>
span { border-color: #6B5B92; }
span { border-color: rgb(107,91,146); }
td.TdClassName
{
border-color: #6B5B92;
}
.TagClassName
{
border-color: #6B5B92;
}
</style>