Shades of Butterfly Bush #6A5B90
Tints of Butterfly Bush #6A5B90
RGB
CMYK
RGB Variations
Color information
#6A5B90 (or 0x6A5B90) is known color: Butterfly Bush. HEX triplet: 6A, 5B and 90. RGB value is (106,91,144). Sum of RGB (Red+Green+Blue) = 106+91+144=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A5B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5B90 is #95A46F. Grayscale: #656565. Windows color (decimal): -9806960 or 9460586. OLE color: 9460586.
HSL color Cylindrical-coordinate representation of color #6A5B90: hue angle of 256.98º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A5B90 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 91 | 144 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.44 |
| HSL | 256.98º | 0.23% | 0.46% | - |
| HSV(B) | 256.98º | 0.37% | 0.56% | - |
| XYZ | 14.72 | 12.56 | 28.03 | - |
| YUV | 101.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 91 | 144 | 0.26 | 0.37 | 0 | 0.44 | 256.98 | 0.23 | 0.46 |
| Hex | 6A | 5B | 90 | 1A | 25 | 0 | 2C | 101 | 17 | 2E |
| Octal | 152 | 133 | 220 | 32 | 45 | 0 | 54 | 401 | 27 | 56 |
| Binary | 1101010 | 1011011 | 10010000 | 11010 | 100101 | 0 | 101100 | 100000001 | 10111 | 101110 |
Color Harmonies of #6A5B90
Complementary color
Monochromatic Colors of #6A5B90
Black with #6A5B90
Text Example
Text Example
White with #6A5B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5B90; }
p { color: rgb(106,91,144); }
H1.HeaderClassName
{
color: #6A5B90;
}
.AnyTagClassName
{
color: #6A5B90;
}
</style>
background-color css
<style>
a { background-color: #6A5B90; }
a { background-color: rgb(106,91,144); }
div.DivClassName
{
background-color: #6A5B90;
}
.BgClassName
{
background-color: #6A5B90;
}
</style>
border-color css
<style>
span { border-color: #6A5B90; }
span { border-color: rgb(106,91,144); }
td.TdClassName
{
border-color: #6A5B90;
}
.TagClassName
{
border-color: #6A5B90;
}
</style>