Shades of Butterfly Bush #6B5984
Tints of Butterfly Bush #6B5984
RGB
CMYK
RGB Variations
Color information
#6B5984 (or 0x6B5984) is known color: Butterfly Bush. HEX triplet: 6B, 59 and 84. RGB value is (107,89,132). Sum of RGB (Red+Green+Blue) = 107+89+132=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B5984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5984 is #94A67B. Grayscale: #636363. Windows color (decimal): -9741948 or 8673643. OLE color: 8673643.
HSL color Cylindrical-coordinate representation of color #6B5984: hue angle of 265.12º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B5984 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 89 | 132 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.48 |
| HSL | 265.12º | 0.19% | 0.43% | - |
| HSV(B) | 265.12º | 0.33% | 0.52% | - |
| XYZ | 13.8 | 11.94 | 23.41 | - |
| YUV | 99.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 132 | 0.19 | 0.33 | 0 | 0.48 | 265.12 | 0.19 | 0.43 |
| Hex | 6B | 59 | 84 | 13 | 21 | 0 | 30 | 109 | 13 | 2B |
| Octal | 153 | 131 | 204 | 23 | 41 | 0 | 60 | 411 | 23 | 53 |
| Binary | 1101011 | 1011001 | 10000100 | 10011 | 100001 | 0 | 110000 | 100001001 | 10011 | 101011 |
Color Harmonies of #6B5984
Complementary color
Monochromatic Colors of #6B5984
Black with #6B5984
Text Example
Text Example
White with #6B5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5984; }
p { color: rgb(107,89,132); }
H1.HeaderClassName
{
color: #6B5984;
}
.AnyTagClassName
{
color: #6B5984;
}
</style>
background-color css
<style>
a { background-color: #6B5984; }
a { background-color: rgb(107,89,132); }
div.DivClassName
{
background-color: #6B5984;
}
.BgClassName
{
background-color: #6B5984;
}
</style>
border-color css
<style>
span { border-color: #6B5984; }
span { border-color: rgb(107,89,132); }
td.TdClassName
{
border-color: #6B5984;
}
.TagClassName
{
border-color: #6B5984;
}
</style>