Shades of Blue Marguerite #6E5DBD
Tints of Blue Marguerite #6E5DBD
RGB
CMYK
RGB Variations
Color information
#6E5DBD (or 0x6E5DBD) is known color: Blue Marguerite. HEX triplet: 6E, 5D and BD. RGB value is (110,93,189). Sum of RGB (Red+Green+Blue) = 110+93+189=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E5DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DBD is #91A242. Grayscale: #6C6C6C. Windows color (decimal): -9544259 or 12410222. OLE color: 12410222.
HSL color Cylindrical-coordinate representation of color #6E5DBD: hue angle of 250.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E5DBD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 93 | 189 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.26 |
| HSL | 250.63º | 0.42% | 0.55% | - |
| HSV(B) | 250.63º | 0.51% | 0.74% | - |
| XYZ | 19.53 | 14.82 | 49.97 | - |
| YUV | 109.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 189 | 0.42 | 0.51 | 0 | 0.26 | 250.63 | 0.42 | 0.55 |
| Hex | 6E | 5D | BD | 2A | 33 | 0 | 1A | FB | 2A | 37 |
| Octal | 156 | 135 | 275 | 52 | 63 | 0 | 32 | 373 | 52 | 67 |
| Binary | 1101110 | 1011101 | 10111101 | 101010 | 110011 | 0 | 11010 | 11111011 | 101010 | 110111 |
Color Harmonies of #6E5DBD
Complementary color
Monochromatic Colors of #6E5DBD
Black with #6E5DBD
Text Example
Text Example
White with #6E5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DBD; }
p { color: rgb(110,93,189); }
H1.HeaderClassName
{
color: #6E5DBD;
}
.AnyTagClassName
{
color: #6E5DBD;
}
</style>
background-color css
<style>
a { background-color: #6E5DBD; }
a { background-color: rgb(110,93,189); }
div.DivClassName
{
background-color: #6E5DBD;
}
.BgClassName
{
background-color: #6E5DBD;
}
</style>
border-color css
<style>
span { border-color: #6E5DBD; }
span { border-color: rgb(110,93,189); }
td.TdClassName
{
border-color: #6E5DBD;
}
.TagClassName
{
border-color: #6E5DBD;
}
</style>