Shades of Butterfly Bush #6A5D90
Tints of Butterfly Bush #6A5D90
RGB
CMYK
RGB Variations
Color information
#6A5D90 (or 0x6A5D90) is known color: Butterfly Bush. HEX triplet: 6A, 5D and 90. RGB value is (106,93,144). Sum of RGB (Red+Green+Blue) = 106+93+144=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A5D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5D90 is #95A26F. Grayscale: #666666. Windows color (decimal): -9806448 or 9461098. OLE color: 9461098.
HSL color Cylindrical-coordinate representation of color #6A5D90: hue angle of 255.29º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A5D90 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 93 | 144 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.44 |
| HSL | 255.29º | 0.22% | 0.46% | - |
| HSV(B) | 255.29º | 0.35% | 0.56% | - |
| XYZ | 14.89 | 12.91 | 28.09 | - |
| YUV | 102.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 144 | 0.26 | 0.35 | 0 | 0.44 | 255.29 | 0.22 | 0.46 |
| Hex | 6A | 5D | 90 | 1A | 23 | 0 | 2C | FF | 16 | 2E |
| Octal | 152 | 135 | 220 | 32 | 43 | 0 | 54 | 377 | 26 | 56 |
| Binary | 1101010 | 1011101 | 10010000 | 11010 | 100011 | 0 | 101100 | 11111111 | 10110 | 101110 |
Color Harmonies of #6A5D90
Complementary color
Monochromatic Colors of #6A5D90
Black with #6A5D90
Text Example
Text Example
White with #6A5D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D90; }
p { color: rgb(106,93,144); }
H1.HeaderClassName
{
color: #6A5D90;
}
.AnyTagClassName
{
color: #6A5D90;
}
</style>
background-color css
<style>
a { background-color: #6A5D90; }
a { background-color: rgb(106,93,144); }
div.DivClassName
{
background-color: #6A5D90;
}
.BgClassName
{
background-color: #6A5D90;
}
</style>
border-color css
<style>
span { border-color: #6A5D90; }
span { border-color: rgb(106,93,144); }
td.TdClassName
{
border-color: #6A5D90;
}
.TagClassName
{
border-color: #6A5D90;
}
</style>