Shades of Butterfly Bush #6F568A
Tints of Butterfly Bush #6F568A
RGB
CMYK
RGB Variations
Color information
#6F568A (or 0x6F568A) is known color: Butterfly Bush. HEX triplet: 6F, 56 and 8A. RGB value is (111,86,138). Sum of RGB (Red+Green+Blue) = 111+86+138=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F568A is #90A975. Grayscale: #636363. Windows color (decimal): -9480566 or 9066095. OLE color: 9066095.
HSL color Cylindrical-coordinate representation of color #6F568A: hue angle of 268.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F568A is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 86 | 138 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.46 |
| HSL | 268.85º | 0.23% | 0.44% | - |
| HSV(B) | 268.85º | 0.38% | 0.54% | - |
| XYZ | 14.47 | 11.87 | 25.57 | - |
| YUV | 99.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 138 | 0.20 | 0.38 | 0 | 0.46 | 268.85 | 0.23 | 0.44 |
| Hex | 6F | 56 | 8A | 14 | 26 | 0 | 2E | 10D | 17 | 2C |
| Octal | 157 | 126 | 212 | 24 | 46 | 0 | 56 | 415 | 27 | 54 |
| Binary | 1101111 | 1010110 | 10001010 | 10100 | 100110 | 0 | 101110 | 100001101 | 10111 | 101100 |
Color Harmonies of #6F568A
Complementary color
Monochromatic Colors of #6F568A
Black with #6F568A
Text Example
Text Example
White with #6F568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F568A; }
p { color: rgb(111,86,138); }
H1.HeaderClassName
{
color: #6F568A;
}
.AnyTagClassName
{
color: #6F568A;
}
</style>
background-color css
<style>
a { background-color: #6F568A; }
a { background-color: rgb(111,86,138); }
div.DivClassName
{
background-color: #6F568A;
}
.BgClassName
{
background-color: #6F568A;
}
</style>
border-color css
<style>
span { border-color: #6F568A; }
span { border-color: rgb(111,86,138); }
td.TdClassName
{
border-color: #6F568A;
}
.TagClassName
{
border-color: #6F568A;
}
</style>