Shades of Blue Marguerite #6E68BA
Tints of Blue Marguerite #6E68BA
RGB
CMYK
RGB Variations
Color information
#6E68BA (or 0x6E68BA) is known color: Blue Marguerite. HEX triplet: 6E, 68 and BA. RGB value is (110,104,186). Sum of RGB (Red+Green+Blue) = 110+104+186=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E68BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68BA is #919745. Grayscale: #727272. Windows color (decimal): -9541446 or 12216430. OLE color: 12216430.
HSL color Cylindrical-coordinate representation of color #6E68BA: hue angle of 244.39º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E68BA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 104 | 186 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.27 |
| HSL | 244.39º | 0.37% | 0.57% | - |
| HSV(B) | 244.39º | 0.44% | 0.73% | - |
| XYZ | 20.24 | 16.76 | 48.62 | - |
| YUV | 115.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 186 | 0.41 | 0.44 | 0 | 0.27 | 244.39 | 0.37 | 0.57 |
| Hex | 6E | 68 | BA | 29 | 2C | 0 | 1B | F4 | 25 | 39 |
| Octal | 156 | 150 | 272 | 51 | 54 | 0 | 33 | 364 | 45 | 71 |
| Binary | 1101110 | 1101000 | 10111010 | 101001 | 101100 | 0 | 11011 | 11110100 | 100101 | 111001 |
Color Harmonies of #6E68BA
Complementary color
Monochromatic Colors of #6E68BA
Black with #6E68BA
Text Example
Text Example
White with #6E68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E68BA; }
p { color: rgb(110,104,186); }
H1.HeaderClassName
{
color: #6E68BA;
}
.AnyTagClassName
{
color: #6E68BA;
}
</style>
background-color css
<style>
a { background-color: #6E68BA; }
a { background-color: rgb(110,104,186); }
div.DivClassName
{
background-color: #6E68BA;
}
.BgClassName
{
background-color: #6E68BA;
}
</style>
border-color css
<style>
span { border-color: #6E68BA; }
span { border-color: rgb(110,104,186); }
td.TdClassName
{
border-color: #6E68BA;
}
.TagClassName
{
border-color: #6E68BA;
}
</style>