Shades of Blue Marguerite #6E50BB
Tints of Blue Marguerite #6E50BB
RGB
CMYK
RGB Variations
Color information
#6E50BB (or 0x6E50BB) is known color: Blue Marguerite. HEX triplet: 6E, 50 and BB. RGB value is (110,80,187). Sum of RGB (Red+Green+Blue) = 110+80+187=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E50BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50BB is #91AF44. Grayscale: #646464. Windows color (decimal): -9547589 or 12275822. OLE color: 12275822.
HSL color Cylindrical-coordinate representation of color #6E50BB: hue angle of 256.82º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E50BB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 80 | 187 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.27 |
| HSL | 256.82º | 0.44% | 0.52% | - |
| HSV(B) | 256.82º | 0.57% | 0.73% | - |
| XYZ | 18.27 | 12.64 | 48.49 | - |
| YUV | 101.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 187 | 0.41 | 0.57 | 0 | 0.27 | 256.82 | 0.44 | 0.52 |
| Hex | 6E | 50 | BB | 29 | 39 | 0 | 1B | 101 | 2C | 34 |
| Octal | 156 | 120 | 273 | 51 | 71 | 0 | 33 | 401 | 54 | 64 |
| Binary | 1101110 | 1010000 | 10111011 | 101001 | 111001 | 0 | 11011 | 100000001 | 101100 | 110100 |
Color Harmonies of #6E50BB
Complementary color
Monochromatic Colors of #6E50BB
Black with #6E50BB
Text Example
Text Example
White with #6E50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E50BB; }
p { color: rgb(110,80,187); }
H1.HeaderClassName
{
color: #6E50BB;
}
.AnyTagClassName
{
color: #6E50BB;
}
</style>
background-color css
<style>
a { background-color: #6E50BB; }
a { background-color: rgb(110,80,187); }
div.DivClassName
{
background-color: #6E50BB;
}
.BgClassName
{
background-color: #6E50BB;
}
</style>
border-color css
<style>
span { border-color: #6E50BB; }
span { border-color: rgb(110,80,187); }
td.TdClassName
{
border-color: #6E50BB;
}
.TagClassName
{
border-color: #6E50BB;
}
</style>