Shades of Blue Marguerite #6E54B6
Tints of Blue Marguerite #6E54B6
RGB
CMYK
RGB Variations
Color information
#6E54B6 (or 0x6E54B6) is known color: Blue Marguerite. HEX triplet: 6E, 54 and B6. RGB value is (110,84,182). Sum of RGB (Red+Green+Blue) = 110+84+182=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E54B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E54B6 is #91AB49. Grayscale: #666666. Windows color (decimal): -9546570 or 11949166. OLE color: 11949166.
HSL color Cylindrical-coordinate representation of color #6E54B6: hue angle of 255.92º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E54B6 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 84 | 182 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.29 |
| HSL | 255.92º | 0.4% | 0.52% | - |
| HSV(B) | 255.92º | 0.54% | 0.71% | - |
| XYZ | 18.04 | 13.03 | 45.82 | - |
| YUV | 102.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 182 | 0.40 | 0.54 | 0 | 0.29 | 255.92 | 0.4 | 0.52 |
| Hex | 6E | 54 | B6 | 28 | 36 | 0 | 1D | 100 | 28 | 34 |
| Octal | 156 | 124 | 266 | 50 | 66 | 0 | 35 | 400 | 50 | 64 |
| Binary | 1101110 | 1010100 | 10110110 | 101000 | 110110 | 0 | 11101 | 100000000 | 101000 | 110100 |
Color Harmonies of #6E54B6
Complementary color
Monochromatic Colors of #6E54B6
Black with #6E54B6
Text Example
Text Example
White with #6E54B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E54B6; }
p { color: rgb(110,84,182); }
H1.HeaderClassName
{
color: #6E54B6;
}
.AnyTagClassName
{
color: #6E54B6;
}
</style>
background-color css
<style>
a { background-color: #6E54B6; }
a { background-color: rgb(110,84,182); }
div.DivClassName
{
background-color: #6E54B6;
}
.BgClassName
{
background-color: #6E54B6;
}
</style>
border-color css
<style>
span { border-color: #6E54B6; }
span { border-color: rgb(110,84,182); }
td.TdClassName
{
border-color: #6E54B6;
}
.TagClassName
{
border-color: #6E54B6;
}
</style>