Shades of Butterfly Bush #6B5A92
Tints of Butterfly Bush #6B5A92
RGB
CMYK
RGB Variations
Color information
#6B5A92 (or 0x6B5A92) is known color: Butterfly Bush. HEX triplet: 6B, 5A and 92. RGB value is (107,90,146). Sum of RGB (Red+Green+Blue) = 107+90+146=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 90 (35.55% from 255 or 26.24% 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 #6B5A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5A92 is #94A56D. Grayscale: #656565. Windows color (decimal): -9741678 or 9591403. OLE color: 9591403.
HSL color Cylindrical-coordinate representation of color #6B5A92: hue angle of 258.21º degrees, saturation: 0.24, 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 #6B5A92 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 90 | 146 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.43 |
| HSL | 258.21º | 0.24% | 0.46% | - |
| HSV(B) | 258.21º | 0.38% | 0.57% | - |
| XYZ | 14.91 | 12.51 | 28.82 | - |
| YUV | 101.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 146 | 0.27 | 0.38 | 0 | 0.43 | 258.21 | 0.24 | 0.46 |
| Hex | 6B | 5A | 92 | 1B | 26 | 0 | 2B | 102 | 18 | 2E |
| Octal | 153 | 132 | 222 | 33 | 46 | 0 | 53 | 402 | 30 | 56 |
| Binary | 1101011 | 1011010 | 10010010 | 11011 | 100110 | 0 | 101011 | 100000010 | 11000 | 101110 |
Color Harmonies of #6B5A92
Complementary color
Monochromatic Colors of #6B5A92
Black with #6B5A92
Text Example
Text Example
White with #6B5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A92; }
p { color: rgb(107,90,146); }
H1.HeaderClassName
{
color: #6B5A92;
}
.AnyTagClassName
{
color: #6B5A92;
}
</style>
background-color css
<style>
a { background-color: #6B5A92; }
a { background-color: rgb(107,90,146); }
div.DivClassName
{
background-color: #6B5A92;
}
.BgClassName
{
background-color: #6B5A92;
}
</style>
border-color css
<style>
span { border-color: #6B5A92; }
span { border-color: rgb(107,90,146); }
td.TdClassName
{
border-color: #6B5A92;
}
.TagClassName
{
border-color: #6B5A92;
}
</style>