Shades of Blue Marguerite #6D4EBC
Tints of Blue Marguerite #6D4EBC
RGB
CMYK
RGB Variations
Color information
#6D4EBC (or 0x6D4EBC) is known color: Blue Marguerite. HEX triplet: 6D, 4E and BC. RGB value is (109,78,188). Sum of RGB (Red+Green+Blue) = 109+78+188=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D4EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EBC is #92B143. Grayscale: #636363. Windows color (decimal): -9613636 or 12340845. OLE color: 12340845.
HSL color Cylindrical-coordinate representation of color #6D4EBC: hue angle of 256.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D4EBC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 78 | 188 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.26 |
| HSL | 256.91º | 0.45% | 0.52% | - |
| HSV(B) | 256.91º | 0.59% | 0.74% | - |
| XYZ | 18.11 | 12.33 | 49 | - |
| YUV | 99.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 188 | 0.42 | 0.59 | 0 | 0.26 | 256.91 | 0.45 | 0.52 |
| Hex | 6D | 4E | BC | 2A | 3B | 0 | 1A | 101 | 2D | 34 |
| Octal | 155 | 116 | 274 | 52 | 73 | 0 | 32 | 401 | 55 | 64 |
| Binary | 1101101 | 1001110 | 10111100 | 101010 | 111011 | 0 | 11010 | 100000001 | 101101 | 110100 |
Color Harmonies of #6D4EBC
Complementary color
Monochromatic Colors of #6D4EBC
Black with #6D4EBC
Text Example
Text Example
White with #6D4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EBC; }
p { color: rgb(109,78,188); }
H1.HeaderClassName
{
color: #6D4EBC;
}
.AnyTagClassName
{
color: #6D4EBC;
}
</style>
background-color css
<style>
a { background-color: #6D4EBC; }
a { background-color: rgb(109,78,188); }
div.DivClassName
{
background-color: #6D4EBC;
}
.BgClassName
{
background-color: #6D4EBC;
}
</style>
border-color css
<style>
span { border-color: #6D4EBC; }
span { border-color: rgb(109,78,188); }
td.TdClassName
{
border-color: #6D4EBC;
}
.TagClassName
{
border-color: #6D4EBC;
}
</style>