Shades of Butterfly Bush #6B5A93
Tints of Butterfly Bush #6B5A93
RGB
CMYK
RGB Variations
Color information
#6B5A93 (or 0x6B5A93) is known color: Butterfly Bush. HEX triplet: 6B, 5A and 93. RGB value is (107,90,147). Sum of RGB (Red+Green+Blue) = 107+90+147=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B5A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5A93 is #94A56C. Grayscale: #656565. Windows color (decimal): -9741677 or 9656939. OLE color: 9656939.
HSL color Cylindrical-coordinate representation of color #6B5A93: hue angle of 257.89º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B5A93 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 90 | 147 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.42 |
| HSL | 257.89º | 0.24% | 0.46% | - |
| HSV(B) | 257.89º | 0.39% | 0.58% | - |
| XYZ | 14.99 | 12.54 | 29.24 | - |
| YUV | 101.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 147 | 0.27 | 0.39 | 0 | 0.42 | 257.89 | 0.24 | 0.46 |
| Hex | 6B | 5A | 93 | 1B | 27 | 0 | 2A | 102 | 18 | 2E |
| Octal | 153 | 132 | 223 | 33 | 47 | 0 | 52 | 402 | 30 | 56 |
| Binary | 1101011 | 1011010 | 10010011 | 11011 | 100111 | 0 | 101010 | 100000010 | 11000 | 101110 |
Color Harmonies of #6B5A93
Complementary color
Monochromatic Colors of #6B5A93
Black with #6B5A93
Text Example
Text Example
White with #6B5A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A93; }
p { color: rgb(107,90,147); }
H1.HeaderClassName
{
color: #6B5A93;
}
.AnyTagClassName
{
color: #6B5A93;
}
</style>
background-color css
<style>
a { background-color: #6B5A93; }
a { background-color: rgb(107,90,147); }
div.DivClassName
{
background-color: #6B5A93;
}
.BgClassName
{
background-color: #6B5A93;
}
</style>
border-color css
<style>
span { border-color: #6B5A93; }
span { border-color: rgb(107,90,147); }
td.TdClassName
{
border-color: #6B5A93;
}
.TagClassName
{
border-color: #6B5A93;
}
</style>