Shades of Butterfly Bush #6F5597
Tints of Butterfly Bush #6F5597
RGB
CMYK
RGB Variations
Color information
#6F5597 (or 0x6F5597) is known color: Butterfly Bush. HEX triplet: 6F, 55 and 97. RGB value is (111,85,151). Sum of RGB (Red+Green+Blue) = 111+85+151=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F5597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5597 is #90AA68. Grayscale: #646464. Windows color (decimal): -9480809 or 9917807. OLE color: 9917807.
HSL color Cylindrical-coordinate representation of color #6F5597: hue angle of 263.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F5597 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 85 | 151 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.41 |
| HSL | 263.64º | 0.28% | 0.46% | - |
| HSV(B) | 263.64º | 0.44% | 0.59% | - |
| XYZ | 15.39 | 12.11 | 30.8 | - |
| YUV | 100.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 151 | 0.26 | 0.44 | 0 | 0.41 | 263.64 | 0.28 | 0.46 |
| Hex | 6F | 55 | 97 | 1A | 2C | 0 | 29 | 108 | 1C | 2E |
| Octal | 157 | 125 | 227 | 32 | 54 | 0 | 51 | 410 | 34 | 56 |
| Binary | 1101111 | 1010101 | 10010111 | 11010 | 101100 | 0 | 101001 | 100001000 | 11100 | 101110 |
Color Harmonies of #6F5597
Complementary color
Monochromatic Colors of #6F5597
Black with #6F5597
Text Example
Text Example
White with #6F5597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5597; }
p { color: rgb(111,85,151); }
H1.HeaderClassName
{
color: #6F5597;
}
.AnyTagClassName
{
color: #6F5597;
}
</style>
background-color css
<style>
a { background-color: #6F5597; }
a { background-color: rgb(111,85,151); }
div.DivClassName
{
background-color: #6F5597;
}
.BgClassName
{
background-color: #6F5597;
}
</style>
border-color css
<style>
span { border-color: #6F5597; }
span { border-color: rgb(111,85,151); }
td.TdClassName
{
border-color: #6F5597;
}
.TagClassName
{
border-color: #6F5597;
}
</style>