Shades of Blue Marguerite #6E5BAC
Tints of Blue Marguerite #6E5BAC
RGB
CMYK
RGB Variations
Color information
#6E5BAC (or 0x6E5BAC) is known color: Blue Marguerite. HEX triplet: 6E, 5B and AC. RGB value is (110,91,172). Sum of RGB (Red+Green+Blue) = 110+91+172=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5BAC is #91A453. Grayscale: #696969. Windows color (decimal): -9544788 or 11295598. OLE color: 11295598.
HSL color Cylindrical-coordinate representation of color #6E5BAC: hue angle of 254.07º 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 #6E5BAC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 91 | 172 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.33 |
| HSL | 254.07º | 0.33% | 0.52% | - |
| HSV(B) | 254.07º | 0.47% | 0.67% | - |
| XYZ | 17.62 | 13.78 | 40.76 | - |
| YUV | 105.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 172 | 0.36 | 0.47 | 0 | 0.33 | 254.07 | 0.33 | 0.52 |
| Hex | 6E | 5B | AC | 24 | 2F | 0 | 21 | FE | 21 | 34 |
| Octal | 156 | 133 | 254 | 44 | 57 | 0 | 41 | 376 | 41 | 64 |
| Binary | 1101110 | 1011011 | 10101100 | 100100 | 101111 | 0 | 100001 | 11111110 | 100001 | 110100 |
Color Harmonies of #6E5BAC
Complementary color
Monochromatic Colors of #6E5BAC
Black with #6E5BAC
Text Example
Text Example
White with #6E5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5BAC; }
p { color: rgb(110,91,172); }
H1.HeaderClassName
{
color: #6E5BAC;
}
.AnyTagClassName
{
color: #6E5BAC;
}
</style>
background-color css
<style>
a { background-color: #6E5BAC; }
a { background-color: rgb(110,91,172); }
div.DivClassName
{
background-color: #6E5BAC;
}
.BgClassName
{
background-color: #6E5BAC;
}
</style>
border-color css
<style>
span { border-color: #6E5BAC; }
span { border-color: rgb(110,91,172); }
td.TdClassName
{
border-color: #6E5BAC;
}
.TagClassName
{
border-color: #6E5BAC;
}
</style>