Shades of Blue Marguerite #6E4DBC
Tints of Blue Marguerite #6E4DBC
RGB
CMYK
RGB Variations
Color information
#6E4DBC (or 0x6E4DBC) is known color: Blue Marguerite. HEX triplet: 6E, 4D and BC. RGB value is (110,77,188). Sum of RGB (Red+Green+Blue) = 110+77+188=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 77 (30.47% from 255 or 20.53% 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 #6E4DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DBC is #91B243. Grayscale: #636363. Windows color (decimal): -9548356 or 12340590. OLE color: 12340590.
HSL color Cylindrical-coordinate representation of color #6E4DBC: hue angle of 257.84º 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 #6E4DBC is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 77 | 188 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.26 |
| HSL | 257.84º | 0.45% | 0.52% | - |
| HSV(B) | 257.84º | 0.59% | 0.74% | - |
| XYZ | 18.16 | 12.25 | 48.98 | - |
| YUV | 99.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 188 | 0.41 | 0.59 | 0 | 0.26 | 257.84 | 0.45 | 0.52 |
| Hex | 6E | 4D | BC | 29 | 3B | 0 | 1A | 102 | 2D | 34 |
| Octal | 156 | 115 | 274 | 51 | 73 | 0 | 32 | 402 | 55 | 64 |
| Binary | 1101110 | 1001101 | 10111100 | 101001 | 111011 | 0 | 11010 | 100000010 | 101101 | 110100 |
Color Harmonies of #6E4DBC
Complementary color
Monochromatic Colors of #6E4DBC
Black with #6E4DBC
Text Example
Text Example
White with #6E4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DBC; }
p { color: rgb(110,77,188); }
H1.HeaderClassName
{
color: #6E4DBC;
}
.AnyTagClassName
{
color: #6E4DBC;
}
</style>
background-color css
<style>
a { background-color: #6E4DBC; }
a { background-color: rgb(110,77,188); }
div.DivClassName
{
background-color: #6E4DBC;
}
.BgClassName
{
background-color: #6E4DBC;
}
</style>
border-color css
<style>
span { border-color: #6E4DBC; }
span { border-color: rgb(110,77,188); }
td.TdClassName
{
border-color: #6E4DBC;
}
.TagClassName
{
border-color: #6E4DBC;
}
</style>