Shades of Blue Marguerite #6E69AF
Tints of Blue Marguerite #6E69AF
RGB
CMYK
RGB Variations
Color information
#6E69AF (or 0x6E69AF) is known color: Blue Marguerite. HEX triplet: 6E, 69 and AF. RGB value is (110,105,175). Sum of RGB (Red+Green+Blue) = 110+105+175=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E69AF is #919650. Grayscale: #727272. Windows color (decimal): -9541201 or 11495790. OLE color: 11495790.
HSL color Cylindrical-coordinate representation of color #6E69AF: hue angle of 244.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E69AF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 105 | 175 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.31 |
| HSL | 244.29º | 0.3% | 0.55% | - |
| HSV(B) | 244.29º | 0.4% | 0.69% | - |
| XYZ | 19.22 | 16.51 | 42.73 | - |
| YUV | 114.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 175 | 0.37 | 0.40 | 0 | 0.31 | 244.29 | 0.3 | 0.55 |
| Hex | 6E | 69 | AF | 25 | 28 | 0 | 1F | F4 | 1E | 37 |
| Octal | 156 | 151 | 257 | 45 | 50 | 0 | 37 | 364 | 36 | 67 |
| Binary | 1101110 | 1101001 | 10101111 | 100101 | 101000 | 0 | 11111 | 11110100 | 11110 | 110111 |
Color Harmonies of #6E69AF
Complementary color
Monochromatic Colors of #6E69AF
Black with #6E69AF
Text Example
Text Example
White with #6E69AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E69AF; }
p { color: rgb(110,105,175); }
H1.HeaderClassName
{
color: #6E69AF;
}
.AnyTagClassName
{
color: #6E69AF;
}
</style>
background-color css
<style>
a { background-color: #6E69AF; }
a { background-color: rgb(110,105,175); }
div.DivClassName
{
background-color: #6E69AF;
}
.BgClassName
{
background-color: #6E69AF;
}
</style>
border-color css
<style>
span { border-color: #6E69AF; }
span { border-color: rgb(110,105,175); }
td.TdClassName
{
border-color: #6E69AF;
}
.TagClassName
{
border-color: #6E69AF;
}
</style>