Shades of Butterfly Bush #6B5285
Tints of Butterfly Bush #6B5285
RGB
CMYK
RGB Variations
Color information
#6B5285 (or 0x6B5285) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 85. RGB value is (107,82,133). Sum of RGB (Red+Green+Blue) = 107+82+133=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5285 is #94AD7A. Grayscale: #5F5F5F. Windows color (decimal): -9743739 or 8737387. OLE color: 8737387.
HSL color Cylindrical-coordinate representation of color #6B5285: hue angle of 269.41º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B5285 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 82 | 133 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.48 |
| HSL | 269.41º | 0.24% | 0.42% | - |
| HSV(B) | 269.41º | 0.38% | 0.52% | - |
| XYZ | 13.31 | 10.85 | 23.58 | - |
| YUV | 95.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 133 | 0.20 | 0.38 | 0 | 0.48 | 269.41 | 0.24 | 0.42 |
| Hex | 6B | 52 | 85 | 14 | 26 | 0 | 30 | 10D | 18 | 2A |
| Octal | 153 | 122 | 205 | 24 | 46 | 0 | 60 | 415 | 30 | 52 |
| Binary | 1101011 | 1010010 | 10000101 | 10100 | 100110 | 0 | 110000 | 100001101 | 11000 | 101010 |
Color Harmonies of #6B5285
Complementary color
Monochromatic Colors of #6B5285
Black with #6B5285
Text Example
Text Example
White with #6B5285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5285; }
p { color: rgb(107,82,133); }
H1.HeaderClassName
{
color: #6B5285;
}
.AnyTagClassName
{
color: #6B5285;
}
</style>
background-color css
<style>
a { background-color: #6B5285; }
a { background-color: rgb(107,82,133); }
div.DivClassName
{
background-color: #6B5285;
}
.BgClassName
{
background-color: #6B5285;
}
</style>
border-color css
<style>
span { border-color: #6B5285; }
span { border-color: rgb(107,82,133); }
td.TdClassName
{
border-color: #6B5285;
}
.TagClassName
{
border-color: #6B5285;
}
</style>