Shades of Butterfly Bush #6B5882
Tints of Butterfly Bush #6B5882
RGB
CMYK
RGB Variations
Color information
#6B5882 (or 0x6B5882) is known color: Butterfly Bush. HEX triplet: 6B, 58 and 82. RGB value is (107,88,130). Sum of RGB (Red+Green+Blue) = 107+88+130=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B5882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5882 is #94A77D. Grayscale: #626262. Windows color (decimal): -9742206 or 8542315. OLE color: 8542315.
HSL color Cylindrical-coordinate representation of color #6B5882: hue angle of 267.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5882 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 88 | 130 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.49 |
| HSL | 267.14º | 0.19% | 0.43% | - |
| HSV(B) | 267.14º | 0.32% | 0.51% | - |
| XYZ | 13.58 | 11.72 | 22.66 | - |
| YUV | 98.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 130 | 0.18 | 0.32 | 0 | 0.49 | 267.14 | 0.19 | 0.43 |
| Hex | 6B | 58 | 82 | 12 | 20 | 0 | 31 | 10B | 13 | 2B |
| Octal | 153 | 130 | 202 | 22 | 40 | 0 | 61 | 413 | 23 | 53 |
| Binary | 1101011 | 1011000 | 10000010 | 10010 | 100000 | 0 | 110001 | 100001011 | 10011 | 101011 |
Color Harmonies of #6B5882
Complementary color
Monochromatic Colors of #6B5882
Black with #6B5882
Text Example
Text Example
White with #6B5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5882; }
p { color: rgb(107,88,130); }
H1.HeaderClassName
{
color: #6B5882;
}
.AnyTagClassName
{
color: #6B5882;
}
</style>
background-color css
<style>
a { background-color: #6B5882; }
a { background-color: rgb(107,88,130); }
div.DivClassName
{
background-color: #6B5882;
}
.BgClassName
{
background-color: #6B5882;
}
</style>
border-color css
<style>
span { border-color: #6B5882; }
span { border-color: rgb(107,88,130); }
td.TdClassName
{
border-color: #6B5882;
}
.TagClassName
{
border-color: #6B5882;
}
</style>