Shades of Butterfly Bush #6F558A
Tints of Butterfly Bush #6F558A
RGB
CMYK
RGB Variations
Color information
#6F558A (or 0x6F558A) is known color: Butterfly Bush. HEX triplet: 6F, 55 and 8A. RGB value is (111,85,138). Sum of RGB (Red+Green+Blue) = 111+85+138=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F558A is #90AA75. Grayscale: #626262. Windows color (decimal): -9480822 or 9065839. OLE color: 9065839.
HSL color Cylindrical-coordinate representation of color #6F558A: hue angle of 269.43º degrees, saturation: 0.24, 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 #6F558A is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 85 | 138 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.46 |
| HSL | 269.43º | 0.24% | 0.44% | - |
| HSV(B) | 269.43º | 0.38% | 0.54% | - |
| XYZ | 14.39 | 11.71 | 25.55 | - |
| YUV | 98.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 138 | 0.20 | 0.38 | 0 | 0.46 | 269.43 | 0.24 | 0.44 |
| Hex | 6F | 55 | 8A | 14 | 26 | 0 | 2E | 10D | 18 | 2C |
| Octal | 157 | 125 | 212 | 24 | 46 | 0 | 56 | 415 | 30 | 54 |
| Binary | 1101111 | 1010101 | 10001010 | 10100 | 100110 | 0 | 101110 | 100001101 | 11000 | 101100 |
Color Harmonies of #6F558A
Complementary color
Monochromatic Colors of #6F558A
Black with #6F558A
Text Example
Text Example
White with #6F558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F558A; }
p { color: rgb(111,85,138); }
H1.HeaderClassName
{
color: #6F558A;
}
.AnyTagClassName
{
color: #6F558A;
}
</style>
background-color css
<style>
a { background-color: #6F558A; }
a { background-color: rgb(111,85,138); }
div.DivClassName
{
background-color: #6F558A;
}
.BgClassName
{
background-color: #6F558A;
}
</style>
border-color css
<style>
span { border-color: #6F558A; }
span { border-color: rgb(111,85,138); }
td.TdClassName
{
border-color: #6F558A;
}
.TagClassName
{
border-color: #6F558A;
}
</style>