Shades of Blue Marguerite #6C4DB5
Tints of Blue Marguerite #6C4DB5
RGB
CMYK
RGB Variations
Color information
#6C4DB5 (or 0x6C4DB5) is known color: Blue Marguerite. HEX triplet: 6C, 4D and B5. RGB value is (108,77,181). Sum of RGB (Red+Green+Blue) = 108+77+181=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #6C4DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DB5 is #93B24A. Grayscale: #616161. Windows color (decimal): -9679435 or 11881836. OLE color: 11881836.
HSL color Cylindrical-coordinate representation of color #6C4DB5: hue angle of 257.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C4DB5 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 77 | 181 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.29 |
| HSL | 257.88º | 0.41% | 0.51% | - |
| HSV(B) | 257.88º | 0.57% | 0.71% | - |
| XYZ | 17.18 | 11.83 | 45.09 | - |
| YUV | 98.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 181 | 0.40 | 0.57 | 0 | 0.29 | 257.88 | 0.41 | 0.51 |
| Hex | 6C | 4D | B5 | 28 | 39 | 0 | 1D | 102 | 29 | 33 |
| Octal | 154 | 115 | 265 | 50 | 71 | 0 | 35 | 402 | 51 | 63 |
| Binary | 1101100 | 1001101 | 10110101 | 101000 | 111001 | 0 | 11101 | 100000010 | 101001 | 110011 |
Color Harmonies of #6C4DB5
Complementary color
Monochromatic Colors of #6C4DB5
Black with #6C4DB5
Text Example
Text Example
White with #6C4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DB5; }
p { color: rgb(108,77,181); }
H1.HeaderClassName
{
color: #6C4DB5;
}
.AnyTagClassName
{
color: #6C4DB5;
}
</style>
background-color css
<style>
a { background-color: #6C4DB5; }
a { background-color: rgb(108,77,181); }
div.DivClassName
{
background-color: #6C4DB5;
}
.BgClassName
{
background-color: #6C4DB5;
}
</style>
border-color css
<style>
span { border-color: #6C4DB5; }
span { border-color: rgb(108,77,181); }
td.TdClassName
{
border-color: #6C4DB5;
}
.TagClassName
{
border-color: #6C4DB5;
}
</style>