Shades of Butterfly Bush #6F5495
Tints of Butterfly Bush #6F5495
RGB
CMYK
RGB Variations
Color information
#6F5495 (or 0x6F5495) is known color: Butterfly Bush. HEX triplet: 6F, 54 and 95. RGB value is (111,84,149). Sum of RGB (Red+Green+Blue) = 111+84+149=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5495 is #90AB6A. Grayscale: #636363. Windows color (decimal): -9481067 or 9786479. OLE color: 9786479.
HSL color Cylindrical-coordinate representation of color #6F5495: hue angle of 264.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F5495 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 84 | 149 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.42 |
| HSL | 264.92º | 0.28% | 0.46% | - |
| HSV(B) | 264.92º | 0.44% | 0.58% | - |
| XYZ | 15.15 | 11.89 | 29.93 | - |
| YUV | 99.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 149 | 0.26 | 0.44 | 0 | 0.42 | 264.92 | 0.28 | 0.46 |
| Hex | 6F | 54 | 95 | 1A | 2C | 0 | 2A | 109 | 1C | 2E |
| Octal | 157 | 124 | 225 | 32 | 54 | 0 | 52 | 411 | 34 | 56 |
| Binary | 1101111 | 1010100 | 10010101 | 11010 | 101100 | 0 | 101010 | 100001001 | 11100 | 101110 |
Color Harmonies of #6F5495
Complementary color
Monochromatic Colors of #6F5495
Black with #6F5495
Text Example
Text Example
White with #6F5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5495; }
p { color: rgb(111,84,149); }
H1.HeaderClassName
{
color: #6F5495;
}
.AnyTagClassName
{
color: #6F5495;
}
</style>
background-color css
<style>
a { background-color: #6F5495; }
a { background-color: rgb(111,84,149); }
div.DivClassName
{
background-color: #6F5495;
}
.BgClassName
{
background-color: #6F5495;
}
</style>
border-color css
<style>
span { border-color: #6F5495; }
span { border-color: rgb(111,84,149); }
td.TdClassName
{
border-color: #6F5495;
}
.TagClassName
{
border-color: #6F5495;
}
</style>