Shades of Butterfly Bush #6F5699
Tints of Butterfly Bush #6F5699
RGB
CMYK
RGB Variations
Color information
#6F5699 (or 0x6F5699) is known color: Butterfly Bush. HEX triplet: 6F, 56 and 99. RGB value is (111,86,153). Sum of RGB (Red+Green+Blue) = 111+86+153=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F5699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5699 is #90A966. Grayscale: #646464. Windows color (decimal): -9480551 or 10049135. OLE color: 10049135.
HSL color Cylindrical-coordinate representation of color #6F5699: hue angle of 262.39º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F5699 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 86 | 153 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.4 |
| HSL | 262.39º | 0.28% | 0.47% | - |
| HSV(B) | 262.39º | 0.44% | 0.6% | - |
| XYZ | 15.63 | 12.33 | 31.69 | - |
| YUV | 101.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 153 | 0.27 | 0.44 | 0 | 0.4 | 262.39 | 0.28 | 0.47 |
| Hex | 6F | 56 | 99 | 1B | 2C | 0 | 28 | 106 | 1C | 2F |
| Octal | 157 | 126 | 231 | 33 | 54 | 0 | 50 | 406 | 34 | 57 |
| Binary | 1101111 | 1010110 | 10011001 | 11011 | 101100 | 0 | 101000 | 100000110 | 11100 | 101111 |
Color Harmonies of #6F5699
Complementary color
Monochromatic Colors of #6F5699
Black with #6F5699
Text Example
Text Example
White with #6F5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5699; }
p { color: rgb(111,86,153); }
H1.HeaderClassName
{
color: #6F5699;
}
.AnyTagClassName
{
color: #6F5699;
}
</style>
background-color css
<style>
a { background-color: #6F5699; }
a { background-color: rgb(111,86,153); }
div.DivClassName
{
background-color: #6F5699;
}
.BgClassName
{
background-color: #6F5699;
}
</style>
border-color css
<style>
span { border-color: #6F5699; }
span { border-color: rgb(111,86,153); }
td.TdClassName
{
border-color: #6F5699;
}
.TagClassName
{
border-color: #6F5699;
}
</style>