Shades of Blue Marguerite #6E5AB4
Tints of Blue Marguerite #6E5AB4
RGB
CMYK
RGB Variations
Color information
#6E5AB4 (or 0x6E5AB4) is known color: Blue Marguerite. HEX triplet: 6E, 5A and B4. RGB value is (110,90,180). Sum of RGB (Red+Green+Blue) = 110+90+180=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E5AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AB4 is #91A54B. Grayscale: #696969. Windows color (decimal): -9545036 or 11819630. OLE color: 11819630.
HSL color Cylindrical-coordinate representation of color #6E5AB4: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E5AB4 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 90 | 180 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.29 |
| HSL | 253.33º | 0.38% | 0.53% | - |
| HSV(B) | 253.33º | 0.5% | 0.71% | - |
| XYZ | 18.32 | 13.92 | 44.9 | - |
| YUV | 106.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 180 | 0.39 | 0.50 | 0 | 0.29 | 253.33 | 0.38 | 0.53 |
| Hex | 6E | 5A | B4 | 27 | 32 | 0 | 1D | FD | 26 | 35 |
| Octal | 156 | 132 | 264 | 47 | 62 | 0 | 35 | 375 | 46 | 65 |
| Binary | 1101110 | 1011010 | 10110100 | 100111 | 110010 | 0 | 11101 | 11111101 | 100110 | 110101 |
Color Harmonies of #6E5AB4
Complementary color
Monochromatic Colors of #6E5AB4
Black with #6E5AB4
Text Example
Text Example
White with #6E5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AB4; }
p { color: rgb(110,90,180); }
H1.HeaderClassName
{
color: #6E5AB4;
}
.AnyTagClassName
{
color: #6E5AB4;
}
</style>
background-color css
<style>
a { background-color: #6E5AB4; }
a { background-color: rgb(110,90,180); }
div.DivClassName
{
background-color: #6E5AB4;
}
.BgClassName
{
background-color: #6E5AB4;
}
</style>
border-color css
<style>
span { border-color: #6E5AB4; }
span { border-color: rgb(110,90,180); }
td.TdClassName
{
border-color: #6E5AB4;
}
.TagClassName
{
border-color: #6E5AB4;
}
</style>