Shades of Butterfly Bush #6F578E
Tints of Butterfly Bush #6F578E
RGB
CMYK
RGB Variations
Color information
#6F578E (or 0x6F578E) is known color: Butterfly Bush. HEX triplet: 6F, 57 and 8E. RGB value is (111,87,142). Sum of RGB (Red+Green+Blue) = 111+87+142=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F578E is #90A871. Grayscale: #646464. Windows color (decimal): -9480306 or 9328495. OLE color: 9328495.
HSL color Cylindrical-coordinate representation of color #6F578E: hue angle of 266.18º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F578E is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 87 | 142 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.44 |
| HSL | 266.18º | 0.24% | 0.45% | - |
| HSV(B) | 266.18º | 0.39% | 0.56% | - |
| XYZ | 14.85 | 12.15 | 27.15 | - |
| YUV | 100.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 142 | 0.22 | 0.39 | 0 | 0.44 | 266.18 | 0.24 | 0.45 |
| Hex | 6F | 57 | 8E | 16 | 27 | 0 | 2C | 10A | 18 | 2D |
| Octal | 157 | 127 | 216 | 26 | 47 | 0 | 54 | 412 | 30 | 55 |
| Binary | 1101111 | 1010111 | 10001110 | 10110 | 100111 | 0 | 101100 | 100001010 | 11000 | 101101 |
Color Harmonies of #6F578E
Complementary color
Monochromatic Colors of #6F578E
Black with #6F578E
Text Example
Text Example
White with #6F578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F578E; }
p { color: rgb(111,87,142); }
H1.HeaderClassName
{
color: #6F578E;
}
.AnyTagClassName
{
color: #6F578E;
}
</style>
background-color css
<style>
a { background-color: #6F578E; }
a { background-color: rgb(111,87,142); }
div.DivClassName
{
background-color: #6F578E;
}
.BgClassName
{
background-color: #6F578E;
}
</style>
border-color css
<style>
span { border-color: #6F578E; }
span { border-color: rgb(111,87,142); }
td.TdClassName
{
border-color: #6F578E;
}
.TagClassName
{
border-color: #6F578E;
}
</style>