Shades of Blue Marguerite #6E4DBB
Tints of Blue Marguerite #6E4DBB
RGB
CMYK
RGB Variations
Color information
#6E4DBB (or 0x6E4DBB) is known color: Blue Marguerite. HEX triplet: 6E, 4D and BB. RGB value is (110,77,187). Sum of RGB (Red+Green+Blue) = 110+77+187=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DBB is #91B244. Grayscale: #636363. Windows color (decimal): -9548357 or 12275054. OLE color: 12275054.
HSL color Cylindrical-coordinate representation of color #6E4DBB: hue angle of 258º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E4DBB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 77 | 187 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.27 |
| HSL | 258º | 0.45% | 0.52% | - |
| HSV(B) | 258º | 0.59% | 0.73% | - |
| XYZ | 18.05 | 12.21 | 48.42 | - |
| YUV | 99.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 187 | 0.41 | 0.59 | 0 | 0.27 | 258 | 0.45 | 0.52 |
| Hex | 6E | 4D | BB | 29 | 3B | 0 | 1B | 102 | 2D | 34 |
| Octal | 156 | 115 | 273 | 51 | 73 | 0 | 33 | 402 | 55 | 64 |
| Binary | 1101110 | 1001101 | 10111011 | 101001 | 111011 | 0 | 11011 | 100000010 | 101101 | 110100 |
Color Harmonies of #6E4DBB
Complementary color
Monochromatic Colors of #6E4DBB
Black with #6E4DBB
Text Example
Text Example
White with #6E4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DBB; }
p { color: rgb(110,77,187); }
H1.HeaderClassName
{
color: #6E4DBB;
}
.AnyTagClassName
{
color: #6E4DBB;
}
</style>
background-color css
<style>
a { background-color: #6E4DBB; }
a { background-color: rgb(110,77,187); }
div.DivClassName
{
background-color: #6E4DBB;
}
.BgClassName
{
background-color: #6E4DBB;
}
</style>
border-color css
<style>
span { border-color: #6E4DBB; }
span { border-color: rgb(110,77,187); }
td.TdClassName
{
border-color: #6E4DBB;
}
.TagClassName
{
border-color: #6E4DBB;
}
</style>