Shades of Butterfly Bush #6F5A89
Tints of Butterfly Bush #6F5A89
RGB
CMYK
RGB Variations
Color information
#6F5A89 (or 0x6F5A89) is known color: Butterfly Bush. HEX triplet: 6F, 5A and 89. RGB value is (111,90,137). Sum of RGB (Red+Green+Blue) = 111+90+137=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F5A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5A89 is #90A576. Grayscale: #656565. Windows color (decimal): -9479543 or 9001583. OLE color: 9001583.
HSL color Cylindrical-coordinate representation of color #6F5A89: hue angle of 266.81º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F5A89 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 90 | 137 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.46 |
| HSL | 266.81º | 0.21% | 0.45% | - |
| HSV(B) | 266.81º | 0.34% | 0.54% | - |
| XYZ | 14.73 | 12.5 | 25.3 | - |
| YUV | 101.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 137 | 0.19 | 0.34 | 0 | 0.46 | 266.81 | 0.21 | 0.45 |
| Hex | 6F | 5A | 89 | 13 | 22 | 0 | 2E | 10B | 15 | 2D |
| Octal | 157 | 132 | 211 | 23 | 42 | 0 | 56 | 413 | 25 | 55 |
| Binary | 1101111 | 1011010 | 10001001 | 10011 | 100010 | 0 | 101110 | 100001011 | 10101 | 101101 |
Color Harmonies of #6F5A89
Complementary color
Monochromatic Colors of #6F5A89
Black with #6F5A89
Text Example
Text Example
White with #6F5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A89; }
p { color: rgb(111,90,137); }
H1.HeaderClassName
{
color: #6F5A89;
}
.AnyTagClassName
{
color: #6F5A89;
}
</style>
background-color css
<style>
a { background-color: #6F5A89; }
a { background-color: rgb(111,90,137); }
div.DivClassName
{
background-color: #6F5A89;
}
.BgClassName
{
background-color: #6F5A89;
}
</style>
border-color css
<style>
span { border-color: #6F5A89; }
span { border-color: rgb(111,90,137); }
td.TdClassName
{
border-color: #6F5A89;
}
.TagClassName
{
border-color: #6F5A89;
}
</style>