Shades of Butterfly Bush #6A5B92
Tints of Butterfly Bush #6A5B92
RGB
CMYK
RGB Variations
Color information
#6A5B92 (or 0x6A5B92) is known color: Butterfly Bush. HEX triplet: 6A, 5B and 92. RGB value is (106,91,146). Sum of RGB (Red+Green+Blue) = 106+91+146=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A5B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5B92 is #95A46D. Grayscale: #656565. Windows color (decimal): -9806958 or 9591658. OLE color: 9591658.
HSL color Cylindrical-coordinate representation of color #6A5B92: hue angle of 256.36º 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 #6A5B92 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 91 | 146 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.43 |
| HSL | 256.36º | 0.23% | 0.46% | - |
| HSV(B) | 256.36º | 0.38% | 0.57% | - |
| XYZ | 14.87 | 12.62 | 28.85 | - |
| YUV | 101.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 91 | 146 | 0.27 | 0.38 | 0 | 0.43 | 256.36 | 0.23 | 0.46 |
| Hex | 6A | 5B | 92 | 1B | 26 | 0 | 2B | 100 | 17 | 2E |
| Octal | 152 | 133 | 222 | 33 | 46 | 0 | 53 | 400 | 27 | 56 |
| Binary | 1101010 | 1011011 | 10010010 | 11011 | 100110 | 0 | 101011 | 100000000 | 10111 | 101110 |
Color Harmonies of #6A5B92
Complementary color
Monochromatic Colors of #6A5B92
Black with #6A5B92
Text Example
Text Example
White with #6A5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5B92; }
p { color: rgb(106,91,146); }
H1.HeaderClassName
{
color: #6A5B92;
}
.AnyTagClassName
{
color: #6A5B92;
}
</style>
background-color css
<style>
a { background-color: #6A5B92; }
a { background-color: rgb(106,91,146); }
div.DivClassName
{
background-color: #6A5B92;
}
.BgClassName
{
background-color: #6A5B92;
}
</style>
border-color css
<style>
span { border-color: #6A5B92; }
span { border-color: rgb(106,91,146); }
td.TdClassName
{
border-color: #6A5B92;
}
.TagClassName
{
border-color: #6A5B92;
}
</style>