Shades of Butterfly Bush #6C5397
Tints of Butterfly Bush #6C5397
RGB
CMYK
RGB Variations
Color information
#6C5397 (or 0x6C5397) is known color: Butterfly Bush. HEX triplet: 6C, 53 and 97. RGB value is (108,83,151). Sum of RGB (Red+Green+Blue) = 108+83+151=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C5397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5397 is #93AC68. Grayscale: #616161. Windows color (decimal): -9677929 or 9917292. OLE color: 9917292.
HSL color Cylindrical-coordinate representation of color #6C5397: hue angle of 262.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C5397 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 83 | 151 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.41 |
| HSL | 262.06º | 0.29% | 0.46% | - |
| HSV(B) | 262.06º | 0.45% | 0.59% | - |
| XYZ | 14.86 | 11.61 | 30.74 | - |
| YUV | 98.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 151 | 0.28 | 0.45 | 0 | 0.41 | 262.06 | 0.29 | 0.46 |
| Hex | 6C | 53 | 97 | 1C | 2D | 0 | 29 | 106 | 1D | 2E |
| Octal | 154 | 123 | 227 | 34 | 55 | 0 | 51 | 406 | 35 | 56 |
| Binary | 1101100 | 1010011 | 10010111 | 11100 | 101101 | 0 | 101001 | 100000110 | 11101 | 101110 |
Color Harmonies of #6C5397
Complementary color
Monochromatic Colors of #6C5397
Black with #6C5397
Text Example
Text Example
White with #6C5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5397; }
p { color: rgb(108,83,151); }
H1.HeaderClassName
{
color: #6C5397;
}
.AnyTagClassName
{
color: #6C5397;
}
</style>
background-color css
<style>
a { background-color: #6C5397; }
a { background-color: rgb(108,83,151); }
div.DivClassName
{
background-color: #6C5397;
}
.BgClassName
{
background-color: #6C5397;
}
</style>
border-color css
<style>
span { border-color: #6C5397; }
span { border-color: rgb(108,83,151); }
td.TdClassName
{
border-color: #6C5397;
}
.TagClassName
{
border-color: #6C5397;
}
</style>