Shades of Butterfly Bush #6C4E90
Tints of Butterfly Bush #6C4E90
RGB
CMYK
RGB Variations
Color information
#6C4E90 (or 0x6C4E90) is known color: Butterfly Bush. HEX triplet: 6C, 4E and 90. RGB value is (108,78,144). Sum of RGB (Red+Green+Blue) = 108+78+144=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C4E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4E90 is #93B16F. Grayscale: #5E5E5E. Windows color (decimal): -9679216 or 9457260. OLE color: 9457260.
HSL color Cylindrical-coordinate representation of color #6C4E90: hue angle of 267.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C4E90 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 78 | 144 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.44 |
| HSL | 267.27º | 0.3% | 0.44% | - |
| HSV(B) | 267.27º | 0.46% | 0.56% | - |
| XYZ | 13.94 | 10.65 | 27.71 | - |
| YUV | 94.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 144 | 0.25 | 0.46 | 0 | 0.44 | 267.27 | 0.3 | 0.44 |
| Hex | 6C | 4E | 90 | 19 | 2E | 0 | 2C | 10B | 1E | 2C |
| Octal | 154 | 116 | 220 | 31 | 56 | 0 | 54 | 413 | 36 | 54 |
| Binary | 1101100 | 1001110 | 10010000 | 11001 | 101110 | 0 | 101100 | 100001011 | 11110 | 101100 |
Color Harmonies of #6C4E90
Complementary color
Monochromatic Colors of #6C4E90
Black with #6C4E90
Text Example
Text Example
White with #6C4E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4E90; }
p { color: rgb(108,78,144); }
H1.HeaderClassName
{
color: #6C4E90;
}
.AnyTagClassName
{
color: #6C4E90;
}
</style>
background-color css
<style>
a { background-color: #6C4E90; }
a { background-color: rgb(108,78,144); }
div.DivClassName
{
background-color: #6C4E90;
}
.BgClassName
{
background-color: #6C4E90;
}
</style>
border-color css
<style>
span { border-color: #6C4E90; }
span { border-color: rgb(108,78,144); }
td.TdClassName
{
border-color: #6C4E90;
}
.TagClassName
{
border-color: #6C4E90;
}
</style>