Shades of Butterfly Bush #6A5D94
Tints of Butterfly Bush #6A5D94
RGB
CMYK
RGB Variations
Color information
#6A5D94 (or 0x6A5D94) is known color: Butterfly Bush. HEX triplet: 6A, 5D and 94. RGB value is (106,93,148). Sum of RGB (Red+Green+Blue) = 106+93+148=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A5D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5D94 is #95A26B. Grayscale: #666666. Windows color (decimal): -9806444 or 9723242. OLE color: 9723242.
HSL color Cylindrical-coordinate representation of color #6A5D94: hue angle of 254.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A5D94 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 93 | 148 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.42 |
| HSL | 254.18º | 0.23% | 0.47% | - |
| HSV(B) | 254.18º | 0.37% | 0.58% | - |
| XYZ | 15.2 | 13.03 | 29.73 | - |
| YUV | 103.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 148 | 0.28 | 0.37 | 0 | 0.42 | 254.18 | 0.23 | 0.47 |
| Hex | 6A | 5D | 94 | 1C | 25 | 0 | 2A | FE | 17 | 2F |
| Octal | 152 | 135 | 224 | 34 | 45 | 0 | 52 | 376 | 27 | 57 |
| Binary | 1101010 | 1011101 | 10010100 | 11100 | 100101 | 0 | 101010 | 11111110 | 10111 | 101111 |
Color Harmonies of #6A5D94
Complementary color
Monochromatic Colors of #6A5D94
Black with #6A5D94
Text Example
Text Example
White with #6A5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D94; }
p { color: rgb(106,93,148); }
H1.HeaderClassName
{
color: #6A5D94;
}
.AnyTagClassName
{
color: #6A5D94;
}
</style>
background-color css
<style>
a { background-color: #6A5D94; }
a { background-color: rgb(106,93,148); }
div.DivClassName
{
background-color: #6A5D94;
}
.BgClassName
{
background-color: #6A5D94;
}
</style>
border-color css
<style>
span { border-color: #6A5D94; }
span { border-color: rgb(106,93,148); }
td.TdClassName
{
border-color: #6A5D94;
}
.TagClassName
{
border-color: #6A5D94;
}
</style>