Shades of Blue Marguerite #6E5CAE
Tints of Blue Marguerite #6E5CAE
RGB
CMYK
RGB Variations
Color information
#6E5CAE (or 0x6E5CAE) is known color: Blue Marguerite. HEX triplet: 6E, 5C and AE. RGB value is (110,92,174). Sum of RGB (Red+Green+Blue) = 110+92+174=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5CAE is #91A351. Grayscale: #6A6A6A. Windows color (decimal): -9544530 or 11426926. OLE color: 11426926.
HSL color Cylindrical-coordinate representation of color #6E5CAE: hue angle of 253.17º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E5CAE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 92 | 174 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.32 |
| HSL | 253.17º | 0.34% | 0.52% | - |
| HSV(B) | 253.17º | 0.47% | 0.68% | - |
| XYZ | 17.9 | 14.03 | 41.81 | - |
| YUV | 106.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 174 | 0.37 | 0.47 | 0 | 0.32 | 253.17 | 0.34 | 0.52 |
| Hex | 6E | 5C | AE | 25 | 2F | 0 | 20 | FD | 22 | 34 |
| Octal | 156 | 134 | 256 | 45 | 57 | 0 | 40 | 375 | 42 | 64 |
| Binary | 1101110 | 1011100 | 10101110 | 100101 | 101111 | 0 | 100000 | 11111101 | 100010 | 110100 |
Color Harmonies of #6E5CAE
Complementary color
Monochromatic Colors of #6E5CAE
Black with #6E5CAE
Text Example
Text Example
White with #6E5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5CAE; }
p { color: rgb(110,92,174); }
H1.HeaderClassName
{
color: #6E5CAE;
}
.AnyTagClassName
{
color: #6E5CAE;
}
</style>
background-color css
<style>
a { background-color: #6E5CAE; }
a { background-color: rgb(110,92,174); }
div.DivClassName
{
background-color: #6E5CAE;
}
.BgClassName
{
background-color: #6E5CAE;
}
</style>
border-color css
<style>
span { border-color: #6E5CAE; }
span { border-color: rgb(110,92,174); }
td.TdClassName
{
border-color: #6E5CAE;
}
.TagClassName
{
border-color: #6E5CAE;
}
</style>