Shades of Blue Marguerite #6E4FBC
Tints of Blue Marguerite #6E4FBC
RGB
CMYK
RGB Variations
Color information
#6E4FBC (or 0x6E4FBC) is known color: Blue Marguerite. HEX triplet: 6E, 4F and BC. RGB value is (110,79,188). Sum of RGB (Red+Green+Blue) = 110+79+188=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FBC is #91B043. Grayscale: #646464. Windows color (decimal): -9547844 or 12341102. OLE color: 12341102.
HSL color Cylindrical-coordinate representation of color #6E4FBC: hue angle of 257.06º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E4FBC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 79 | 188 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.26 |
| HSL | 257.06º | 0.45% | 0.52% | - |
| HSV(B) | 257.06º | 0.58% | 0.74% | - |
| XYZ | 18.3 | 12.54 | 49.03 | - |
| YUV | 100.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 188 | 0.41 | 0.58 | 0 | 0.26 | 257.06 | 0.45 | 0.52 |
| Hex | 6E | 4F | BC | 29 | 3A | 0 | 1A | 101 | 2D | 34 |
| Octal | 156 | 117 | 274 | 51 | 72 | 0 | 32 | 401 | 55 | 64 |
| Binary | 1101110 | 1001111 | 10111100 | 101001 | 111010 | 0 | 11010 | 100000001 | 101101 | 110100 |
Color Harmonies of #6E4FBC
Complementary color
Monochromatic Colors of #6E4FBC
Black with #6E4FBC
Text Example
Text Example
White with #6E4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FBC; }
p { color: rgb(110,79,188); }
H1.HeaderClassName
{
color: #6E4FBC;
}
.AnyTagClassName
{
color: #6E4FBC;
}
</style>
background-color css
<style>
a { background-color: #6E4FBC; }
a { background-color: rgb(110,79,188); }
div.DivClassName
{
background-color: #6E4FBC;
}
.BgClassName
{
background-color: #6E4FBC;
}
</style>
border-color css
<style>
span { border-color: #6E4FBC; }
span { border-color: rgb(110,79,188); }
td.TdClassName
{
border-color: #6E4FBC;
}
.TagClassName
{
border-color: #6E4FBC;
}
</style>