Shades of Butterfly Bush #6F548B
Tints of Butterfly Bush #6F548B
RGB
CMYK
RGB Variations
Color information
#6F548B (or 0x6F548B) is known color: Butterfly Bush. HEX triplet: 6F, 54 and 8B. RGB value is (111,84,139). Sum of RGB (Red+Green+Blue) = 111+84+139=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F548B is #90AB74. Grayscale: #626262. Windows color (decimal): -9481077 or 9131119. OLE color: 9131119.
HSL color Cylindrical-coordinate representation of color #6F548B: hue angle of 269.45º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F548B is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 84 | 139 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.45 |
| HSL | 269.45º | 0.25% | 0.44% | - |
| HSV(B) | 269.45º | 0.4% | 0.55% | - |
| XYZ | 14.39 | 11.58 | 25.9 | - |
| YUV | 98.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 139 | 0.20 | 0.40 | 0 | 0.45 | 269.45 | 0.25 | 0.44 |
| Hex | 6F | 54 | 8B | 14 | 28 | 0 | 2D | 10D | 19 | 2C |
| Octal | 157 | 124 | 213 | 24 | 50 | 0 | 55 | 415 | 31 | 54 |
| Binary | 1101111 | 1010100 | 10001011 | 10100 | 101000 | 0 | 101101 | 100001101 | 11001 | 101100 |
Color Harmonies of #6F548B
Complementary color
Monochromatic Colors of #6F548B
Black with #6F548B
Text Example
Text Example
White with #6F548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F548B; }
p { color: rgb(111,84,139); }
H1.HeaderClassName
{
color: #6F548B;
}
.AnyTagClassName
{
color: #6F548B;
}
</style>
background-color css
<style>
a { background-color: #6F548B; }
a { background-color: rgb(111,84,139); }
div.DivClassName
{
background-color: #6F548B;
}
.BgClassName
{
background-color: #6F548B;
}
</style>
border-color css
<style>
span { border-color: #6F548B; }
span { border-color: rgb(111,84,139); }
td.TdClassName
{
border-color: #6F548B;
}
.TagClassName
{
border-color: #6F548B;
}
</style>