Shades of Blue Marguerite #6E53B1
Tints of Blue Marguerite #6E53B1
RGB
CMYK
RGB Variations
Color information
#6E53B1 (or 0x6E53B1) is known color: Blue Marguerite. HEX triplet: 6E, 53 and B1. RGB value is (110,83,177). Sum of RGB (Red+Green+Blue) = 110+83+177=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E53B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E53B1 is #91AC4E. Grayscale: #656565. Windows color (decimal): -9546831 or 11621230. OLE color: 11621230.
HSL color Cylindrical-coordinate representation of color #6E53B1: hue angle of 257.23º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E53B1 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 83 | 177 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.31 |
| HSL | 257.23º | 0.38% | 0.51% | - |
| HSV(B) | 257.23º | 0.53% | 0.69% | - |
| XYZ | 17.46 | 12.68 | 43.12 | - |
| YUV | 101.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 177 | 0.38 | 0.53 | 0 | 0.31 | 257.23 | 0.38 | 0.51 |
| Hex | 6E | 53 | B1 | 26 | 35 | 0 | 1F | 101 | 26 | 33 |
| Octal | 156 | 123 | 261 | 46 | 65 | 0 | 37 | 401 | 46 | 63 |
| Binary | 1101110 | 1010011 | 10110001 | 100110 | 110101 | 0 | 11111 | 100000001 | 100110 | 110011 |
Color Harmonies of #6E53B1
Complementary color
Monochromatic Colors of #6E53B1
Black with #6E53B1
Text Example
Text Example
White with #6E53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E53B1; }
p { color: rgb(110,83,177); }
H1.HeaderClassName
{
color: #6E53B1;
}
.AnyTagClassName
{
color: #6E53B1;
}
</style>
background-color css
<style>
a { background-color: #6E53B1; }
a { background-color: rgb(110,83,177); }
div.DivClassName
{
background-color: #6E53B1;
}
.BgClassName
{
background-color: #6E53B1;
}
</style>
border-color css
<style>
span { border-color: #6E53B1; }
span { border-color: rgb(110,83,177); }
td.TdClassName
{
border-color: #6E53B1;
}
.TagClassName
{
border-color: #6E53B1;
}
</style>