Shades of Blue Marguerite #6E5CAC
Tints of Blue Marguerite #6E5CAC
RGB
CMYK
RGB Variations
Color information
#6E5CAC (or 0x6E5CAC) is known color: Blue Marguerite. HEX triplet: 6E, 5C and AC. RGB value is (110,92,172). Sum of RGB (Red+Green+Blue) = 110+92+172=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5CAC is #91A353. Grayscale: #6A6A6A. Windows color (decimal): -9544532 or 11295854. OLE color: 11295854.
HSL color Cylindrical-coordinate representation of color #6E5CAC: hue angle of 253.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E5CAC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 92 | 172 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.33 |
| HSL | 253.5º | 0.33% | 0.52% | - |
| HSV(B) | 253.5º | 0.47% | 0.67% | - |
| XYZ | 17.7 | 13.95 | 40.79 | - |
| YUV | 106.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 172 | 0.36 | 0.47 | 0 | 0.33 | 253.5 | 0.33 | 0.52 |
| Hex | 6E | 5C | AC | 24 | 2F | 0 | 21 | FE | 21 | 34 |
| Octal | 156 | 134 | 254 | 44 | 57 | 0 | 41 | 376 | 41 | 64 |
| Binary | 1101110 | 1011100 | 10101100 | 100100 | 101111 | 0 | 100001 | 11111110 | 100001 | 110100 |
Color Harmonies of #6E5CAC
Complementary color
Monochromatic Colors of #6E5CAC
Black with #6E5CAC
Text Example
Text Example
White with #6E5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5CAC; }
p { color: rgb(110,92,172); }
H1.HeaderClassName
{
color: #6E5CAC;
}
.AnyTagClassName
{
color: #6E5CAC;
}
</style>
background-color css
<style>
a { background-color: #6E5CAC; }
a { background-color: rgb(110,92,172); }
div.DivClassName
{
background-color: #6E5CAC;
}
.BgClassName
{
background-color: #6E5CAC;
}
</style>
border-color css
<style>
span { border-color: #6E5CAC; }
span { border-color: rgb(110,92,172); }
td.TdClassName
{
border-color: #6E5CAC;
}
.TagClassName
{
border-color: #6E5CAC;
}
</style>