Shades of Butterfly Bush #6B5A91
Tints of Butterfly Bush #6B5A91
RGB
CMYK
RGB Variations
Color information
#6B5A91 (or 0x6B5A91) is known color: Butterfly Bush. HEX triplet: 6B, 5A and 91. RGB value is (107,90,145). Sum of RGB (Red+Green+Blue) = 107+90+145=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B5A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5A91 is #94A56E. Grayscale: #656565. Windows color (decimal): -9741679 or 9525867. OLE color: 9525867.
HSL color Cylindrical-coordinate representation of color #6B5A91: hue angle of 258.55º 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 #6B5A91 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 90 | 145 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.43 |
| HSL | 258.55º | 0.23% | 0.46% | - |
| HSV(B) | 258.55º | 0.38% | 0.57% | - |
| XYZ | 14.83 | 12.48 | 28.42 | - |
| YUV | 101.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 145 | 0.26 | 0.38 | 0 | 0.43 | 258.55 | 0.23 | 0.46 |
| Hex | 6B | 5A | 91 | 1A | 26 | 0 | 2B | 103 | 17 | 2E |
| Octal | 153 | 132 | 221 | 32 | 46 | 0 | 53 | 403 | 27 | 56 |
| Binary | 1101011 | 1011010 | 10010001 | 11010 | 100110 | 0 | 101011 | 100000011 | 10111 | 101110 |
Color Harmonies of #6B5A91
Complementary color
Monochromatic Colors of #6B5A91
Black with #6B5A91
Text Example
Text Example
White with #6B5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A91; }
p { color: rgb(107,90,145); }
H1.HeaderClassName
{
color: #6B5A91;
}
.AnyTagClassName
{
color: #6B5A91;
}
</style>
background-color css
<style>
a { background-color: #6B5A91; }
a { background-color: rgb(107,90,145); }
div.DivClassName
{
background-color: #6B5A91;
}
.BgClassName
{
background-color: #6B5A91;
}
</style>
border-color css
<style>
span { border-color: #6B5A91; }
span { border-color: rgb(107,90,145); }
td.TdClassName
{
border-color: #6B5A91;
}
.TagClassName
{
border-color: #6B5A91;
}
</style>