Shades of Butterfly Bush #6D599A
Tints of Butterfly Bush #6D599A
RGB
CMYK
RGB Variations
Color information
#6D599A (or 0x6D599A) is known color: Butterfly Bush. HEX triplet: 6D, 59 and 9A. RGB value is (109,89,154). Sum of RGB (Red+Green+Blue) = 109+89+154=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D599A is #92A665. Grayscale: #666666. Windows color (decimal): -9610854 or 10115437. OLE color: 10115437.
HSL color Cylindrical-coordinate representation of color #6D599A: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D599A is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 89 | 154 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.40 |
| HSL | 258.46º | 0.27% | 0.48% | - |
| HSV(B) | 258.46º | 0.42% | 0.6% | - |
| XYZ | 15.71 | 12.73 | 32.2 | - |
| YUV | 102.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 154 | 0.29 | 0.42 | 0 | 0.40 | 258.46 | 0.27 | 0.48 |
| Hex | 6D | 59 | 9A | 1D | 2A | 0 | 28 | 102 | 1B | 30 |
| Octal | 155 | 131 | 232 | 35 | 52 | 0 | 50 | 402 | 33 | 60 |
| Binary | 1101101 | 1011001 | 10011010 | 11101 | 101010 | 0 | 101000 | 100000010 | 11011 | 110000 |
Color Harmonies of #6D599A
Complementary color
Monochromatic Colors of #6D599A
Black with #6D599A
Text Example
Text Example
White with #6D599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D599A; }
p { color: rgb(109,89,154); }
H1.HeaderClassName
{
color: #6D599A;
}
.AnyTagClassName
{
color: #6D599A;
}
</style>
background-color css
<style>
a { background-color: #6D599A; }
a { background-color: rgb(109,89,154); }
div.DivClassName
{
background-color: #6D599A;
}
.BgClassName
{
background-color: #6D599A;
}
</style>
border-color css
<style>
span { border-color: #6D599A; }
span { border-color: rgb(109,89,154); }
td.TdClassName
{
border-color: #6D599A;
}
.TagClassName
{
border-color: #6D599A;
}
</style>