Shades of Butterfly Bush #6F568D
Tints of Butterfly Bush #6F568D
RGB
CMYK
RGB Variations
Color information
#6F568D (or 0x6F568D) is known color: Butterfly Bush. HEX triplet: 6F, 56 and 8D. RGB value is (111,86,141). Sum of RGB (Red+Green+Blue) = 111+86+141=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F568D is #90A972. Grayscale: #636363. Windows color (decimal): -9480563 or 9262703. OLE color: 9262703.
HSL color Cylindrical-coordinate representation of color #6F568D: hue angle of 267.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F568D is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 86 | 141 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.45 |
| HSL | 267.27º | 0.24% | 0.45% | - |
| HSV(B) | 267.27º | 0.39% | 0.55% | - |
| XYZ | 14.69 | 11.96 | 26.73 | - |
| YUV | 99.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 141 | 0.21 | 0.39 | 0 | 0.45 | 267.27 | 0.24 | 0.45 |
| Hex | 6F | 56 | 8D | 15 | 27 | 0 | 2D | 10B | 18 | 2D |
| Octal | 157 | 126 | 215 | 25 | 47 | 0 | 55 | 413 | 30 | 55 |
| Binary | 1101111 | 1010110 | 10001101 | 10101 | 100111 | 0 | 101101 | 100001011 | 11000 | 101101 |
Color Harmonies of #6F568D
Complementary color
Monochromatic Colors of #6F568D
Black with #6F568D
Text Example
Text Example
White with #6F568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F568D; }
p { color: rgb(111,86,141); }
H1.HeaderClassName
{
color: #6F568D;
}
.AnyTagClassName
{
color: #6F568D;
}
</style>
background-color css
<style>
a { background-color: #6F568D; }
a { background-color: rgb(111,86,141); }
div.DivClassName
{
background-color: #6F568D;
}
.BgClassName
{
background-color: #6F568D;
}
</style>
border-color css
<style>
span { border-color: #6F568D; }
span { border-color: rgb(111,86,141); }
td.TdClassName
{
border-color: #6F568D;
}
.TagClassName
{
border-color: #6F568D;
}
</style>