Shades of Blue Marguerite #6E66BD
Tints of Blue Marguerite #6E66BD
RGB
CMYK
RGB Variations
Color information
#6E66BD (or 0x6E66BD) is known color: Blue Marguerite. HEX triplet: 6E, 66 and BD. RGB value is (110,102,189). Sum of RGB (Red+Green+Blue) = 110+102+189=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E66BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E66BD is #919942. Grayscale: #717171. Windows color (decimal): -9541955 or 12412526. OLE color: 12412526.
HSL color Cylindrical-coordinate representation of color #6E66BD: hue angle of 245.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E66BD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 102 | 189 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.26 |
| HSL | 245.52º | 0.4% | 0.57% | - |
| HSV(B) | 245.52º | 0.46% | 0.74% | - |
| XYZ | 20.37 | 16.49 | 50.25 | - |
| YUV | 114.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 189 | 0.42 | 0.46 | 0 | 0.26 | 245.52 | 0.4 | 0.57 |
| Hex | 6E | 66 | BD | 2A | 2E | 0 | 1A | F6 | 28 | 39 |
| Octal | 156 | 146 | 275 | 52 | 56 | 0 | 32 | 366 | 50 | 71 |
| Binary | 1101110 | 1100110 | 10111101 | 101010 | 101110 | 0 | 11010 | 11110110 | 101000 | 111001 |
Color Harmonies of #6E66BD
Complementary color
Monochromatic Colors of #6E66BD
Black with #6E66BD
Text Example
Text Example
White with #6E66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E66BD; }
p { color: rgb(110,102,189); }
H1.HeaderClassName
{
color: #6E66BD;
}
.AnyTagClassName
{
color: #6E66BD;
}
</style>
background-color css
<style>
a { background-color: #6E66BD; }
a { background-color: rgb(110,102,189); }
div.DivClassName
{
background-color: #6E66BD;
}
.BgClassName
{
background-color: #6E66BD;
}
</style>
border-color css
<style>
span { border-color: #6E66BD; }
span { border-color: rgb(110,102,189); }
td.TdClassName
{
border-color: #6E66BD;
}
.TagClassName
{
border-color: #6E66BD;
}
</style>