Shades of Blue Marguerite #6E50BD
Tints of Blue Marguerite #6E50BD
RGB
CMYK
RGB Variations
Color information
#6E50BD (or 0x6E50BD) is known color: Blue Marguerite. HEX triplet: 6E, 50 and BD. RGB value is (110,80,189). Sum of RGB (Red+Green+Blue) = 110+80+189=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E50BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50BD is #91AF42. Grayscale: #646464. Windows color (decimal): -9547587 or 12406894. OLE color: 12406894.
HSL color Cylindrical-coordinate representation of color #6E50BD: hue angle of 256.51º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E50BD is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 80 | 189 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.26 |
| HSL | 256.51º | 0.45% | 0.53% | - |
| HSV(B) | 256.51º | 0.58% | 0.74% | - |
| XYZ | 18.48 | 12.73 | 49.63 | - |
| YUV | 101.4 | 177.44 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 189 | 0.42 | 0.58 | 0 | 0.26 | 256.51 | 0.45 | 0.53 |
| Hex | 6E | 50 | BD | 2A | 3A | 0 | 1A | 101 | 2D | 35 |
| Octal | 156 | 120 | 275 | 52 | 72 | 0 | 32 | 401 | 55 | 65 |
| Binary | 1101110 | 1010000 | 10111101 | 101010 | 111010 | 0 | 11010 | 100000001 | 101101 | 110101 |
Color Harmonies of #6E50BD
Complementary color
Monochromatic Colors of #6E50BD
Black with #6E50BD
Text Example
Text Example
White with #6E50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E50BD; }
p { color: rgb(110,80,189); }
H1.HeaderClassName
{
color: #6E50BD;
}
.AnyTagClassName
{
color: #6E50BD;
}
</style>
background-color css
<style>
a { background-color: #6E50BD; }
a { background-color: rgb(110,80,189); }
div.DivClassName
{
background-color: #6E50BD;
}
.BgClassName
{
background-color: #6E50BD;
}
</style>
border-color css
<style>
span { border-color: #6E50BD; }
span { border-color: rgb(110,80,189); }
td.TdClassName
{
border-color: #6E50BD;
}
.TagClassName
{
border-color: #6E50BD;
}
</style>