Shades of Blue Marguerite #6E5EBA
Tints of Blue Marguerite #6E5EBA
RGB
CMYK
RGB Variations
Color information
#6E5EBA (or 0x6E5EBA) is known color: Blue Marguerite. HEX triplet: 6E, 5E and BA. RGB value is (110,94,186). Sum of RGB (Red+Green+Blue) = 110+94+186=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5EBA is #91A145. Grayscale: #6C6C6C. Windows color (decimal): -9544006 or 12213870. OLE color: 12213870.
HSL color Cylindrical-coordinate representation of color #6E5EBA: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E5EBA is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 94 | 186 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.27 |
| HSL | 250.43º | 0.4% | 0.55% | - |
| HSV(B) | 250.43º | 0.49% | 0.73% | - |
| XYZ | 19.3 | 14.87 | 48.31 | - |
| YUV | 109.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 186 | 0.41 | 0.49 | 0 | 0.27 | 250.43 | 0.4 | 0.55 |
| Hex | 6E | 5E | BA | 29 | 31 | 0 | 1B | FA | 28 | 37 |
| Octal | 156 | 136 | 272 | 51 | 61 | 0 | 33 | 372 | 50 | 67 |
| Binary | 1101110 | 1011110 | 10111010 | 101001 | 110001 | 0 | 11011 | 11111010 | 101000 | 110111 |
Color Harmonies of #6E5EBA
Complementary color
Monochromatic Colors of #6E5EBA
Black with #6E5EBA
Text Example
Text Example
White with #6E5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5EBA; }
p { color: rgb(110,94,186); }
H1.HeaderClassName
{
color: #6E5EBA;
}
.AnyTagClassName
{
color: #6E5EBA;
}
</style>
background-color css
<style>
a { background-color: #6E5EBA; }
a { background-color: rgb(110,94,186); }
div.DivClassName
{
background-color: #6E5EBA;
}
.BgClassName
{
background-color: #6E5EBA;
}
</style>
border-color css
<style>
span { border-color: #6E5EBA; }
span { border-color: rgb(110,94,186); }
td.TdClassName
{
border-color: #6E5EBA;
}
.TagClassName
{
border-color: #6E5EBA;
}
</style>