Shades of Blue Marguerite #6E55BB
Tints of Blue Marguerite #6E55BB
RGB
CMYK
RGB Variations
Color information
#6E55BB (or 0x6E55BB) is known color: Blue Marguerite. HEX triplet: 6E, 55 and BB. RGB value is (110,85,187). Sum of RGB (Red+Green+Blue) = 110+85+187=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E55BB is #91AA44. Grayscale: #676767. Windows color (decimal): -9546309 or 12277102. OLE color: 12277102.
HSL color Cylindrical-coordinate representation of color #6E55BB: hue angle of 254.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E55BB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 85 | 187 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.27 |
| HSL | 254.71º | 0.43% | 0.53% | - |
| HSV(B) | 254.71º | 0.55% | 0.73% | - |
| XYZ | 18.65 | 13.4 | 48.62 | - |
| YUV | 104.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 187 | 0.41 | 0.55 | 0 | 0.27 | 254.71 | 0.43 | 0.53 |
| Hex | 6E | 55 | BB | 29 | 37 | 0 | 1B | FF | 2B | 35 |
| Octal | 156 | 125 | 273 | 51 | 67 | 0 | 33 | 377 | 53 | 65 |
| Binary | 1101110 | 1010101 | 10111011 | 101001 | 110111 | 0 | 11011 | 11111111 | 101011 | 110101 |
Color Harmonies of #6E55BB
Complementary color
Monochromatic Colors of #6E55BB
Black with #6E55BB
Text Example
Text Example
White with #6E55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E55BB; }
p { color: rgb(110,85,187); }
H1.HeaderClassName
{
color: #6E55BB;
}
.AnyTagClassName
{
color: #6E55BB;
}
</style>
background-color css
<style>
a { background-color: #6E55BB; }
a { background-color: rgb(110,85,187); }
div.DivClassName
{
background-color: #6E55BB;
}
.BgClassName
{
background-color: #6E55BB;
}
</style>
border-color css
<style>
span { border-color: #6E55BB; }
span { border-color: rgb(110,85,187); }
td.TdClassName
{
border-color: #6E55BB;
}
.TagClassName
{
border-color: #6E55BB;
}
</style>