Shades of Butterfly Bush #6B5784
Tints of Butterfly Bush #6B5784
RGB
CMYK
RGB Variations
Color information
#6B5784 (or 0x6B5784) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 84. RGB value is (107,87,132). Sum of RGB (Red+Green+Blue) = 107+87+132=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B5784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5784 is #94A87B. Grayscale: #616161. Windows color (decimal): -9742460 or 8673131. OLE color: 8673131.
HSL color Cylindrical-coordinate representation of color #6B5784: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B5784 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 87 | 132 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.48 |
| HSL | 266.67º | 0.21% | 0.43% | - |
| HSV(B) | 266.67º | 0.34% | 0.52% | - |
| XYZ | 13.64 | 11.61 | 23.35 | - |
| YUV | 98.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 132 | 0.19 | 0.34 | 0 | 0.48 | 266.67 | 0.21 | 0.43 |
| Hex | 6B | 57 | 84 | 13 | 22 | 0 | 30 | 10B | 15 | 2B |
| Octal | 153 | 127 | 204 | 23 | 42 | 0 | 60 | 413 | 25 | 53 |
| Binary | 1101011 | 1010111 | 10000100 | 10011 | 100010 | 0 | 110000 | 100001011 | 10101 | 101011 |
Color Harmonies of #6B5784
Complementary color
Monochromatic Colors of #6B5784
Black with #6B5784
Text Example
Text Example
White with #6B5784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5784; }
p { color: rgb(107,87,132); }
H1.HeaderClassName
{
color: #6B5784;
}
.AnyTagClassName
{
color: #6B5784;
}
</style>
background-color css
<style>
a { background-color: #6B5784; }
a { background-color: rgb(107,87,132); }
div.DivClassName
{
background-color: #6B5784;
}
.BgClassName
{
background-color: #6B5784;
}
</style>
border-color css
<style>
span { border-color: #6B5784; }
span { border-color: rgb(107,87,132); }
td.TdClassName
{
border-color: #6B5784;
}
.TagClassName
{
border-color: #6B5784;
}
</style>