Shades of Blue Marguerite #6E5BBB
Tints of Blue Marguerite #6E5BBB
RGB
CMYK
RGB Variations
Color information
#6E5BBB (or 0x6E5BBB) is known color: Blue Marguerite. HEX triplet: 6E, 5B and BB. RGB value is (110,91,187). Sum of RGB (Red+Green+Blue) = 110+91+187=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BBB is #91A444. Grayscale: #6B6B6B. Windows color (decimal): -9544773 or 12278638. OLE color: 12278638.
HSL color Cylindrical-coordinate representation of color #6E5BBB: hue angle of 251.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E5BBB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 91 | 187 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.27 |
| HSL | 251.88º | 0.41% | 0.55% | - |
| HSV(B) | 251.88º | 0.51% | 0.73% | - |
| XYZ | 19.14 | 14.39 | 48.78 | - |
| YUV | 107.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 187 | 0.41 | 0.51 | 0 | 0.27 | 251.88 | 0.41 | 0.55 |
| Hex | 6E | 5B | BB | 29 | 33 | 0 | 1B | FC | 29 | 37 |
| Octal | 156 | 133 | 273 | 51 | 63 | 0 | 33 | 374 | 51 | 67 |
| Binary | 1101110 | 1011011 | 10111011 | 101001 | 110011 | 0 | 11011 | 11111100 | 101001 | 110111 |
Color Harmonies of #6E5BBB
Complementary color
Monochromatic Colors of #6E5BBB
Black with #6E5BBB
Text Example
Text Example
White with #6E5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5BBB; }
p { color: rgb(110,91,187); }
H1.HeaderClassName
{
color: #6E5BBB;
}
.AnyTagClassName
{
color: #6E5BBB;
}
</style>
background-color css
<style>
a { background-color: #6E5BBB; }
a { background-color: rgb(110,91,187); }
div.DivClassName
{
background-color: #6E5BBB;
}
.BgClassName
{
background-color: #6E5BBB;
}
</style>
border-color css
<style>
span { border-color: #6E5BBB; }
span { border-color: rgb(110,91,187); }
td.TdClassName
{
border-color: #6E5BBB;
}
.TagClassName
{
border-color: #6E5BBB;
}
</style>