Shades of Butterfly Bush #6B5D91
Tints of Butterfly Bush #6B5D91
RGB
CMYK
RGB Variations
Color information
#6B5D91 (or 0x6B5D91) is known color: Butterfly Bush. HEX triplet: 6B, 5D and 91. RGB value is (107,93,145). Sum of RGB (Red+Green+Blue) = 107+93+145=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B5D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5D91 is #94A26E. Grayscale: #666666. Windows color (decimal): -9740911 or 9526635. OLE color: 9526635.
HSL color Cylindrical-coordinate representation of color #6B5D91: hue angle of 256.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B5D91 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 93 | 145 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.43 |
| HSL | 256.15º | 0.22% | 0.47% | - |
| HSV(B) | 256.15º | 0.36% | 0.57% | - |
| XYZ | 15.09 | 13 | 28.5 | - |
| YUV | 103.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 145 | 0.26 | 0.36 | 0 | 0.43 | 256.15 | 0.22 | 0.47 |
| Hex | 6B | 5D | 91 | 1A | 24 | 0 | 2B | 100 | 16 | 2F |
| Octal | 153 | 135 | 221 | 32 | 44 | 0 | 53 | 400 | 26 | 57 |
| Binary | 1101011 | 1011101 | 10010001 | 11010 | 100100 | 0 | 101011 | 100000000 | 10110 | 101111 |
Color Harmonies of #6B5D91
Complementary color
Monochromatic Colors of #6B5D91
Black with #6B5D91
Text Example
Text Example
White with #6B5D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D91; }
p { color: rgb(107,93,145); }
H1.HeaderClassName
{
color: #6B5D91;
}
.AnyTagClassName
{
color: #6B5D91;
}
</style>
background-color css
<style>
a { background-color: #6B5D91; }
a { background-color: rgb(107,93,145); }
div.DivClassName
{
background-color: #6B5D91;
}
.BgClassName
{
background-color: #6B5D91;
}
</style>
border-color css
<style>
span { border-color: #6B5D91; }
span { border-color: rgb(107,93,145); }
td.TdClassName
{
border-color: #6B5D91;
}
.TagClassName
{
border-color: #6B5D91;
}
</style>