Shades of Blue Marguerite #6E69B2
Tints of Blue Marguerite #6E69B2
RGB
CMYK
RGB Variations
Color information
#6E69B2 (or 0x6E69B2) is known color: Blue Marguerite. HEX triplet: 6E, 69 and B2. RGB value is (110,105,178). Sum of RGB (Red+Green+Blue) = 110+105+178=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E69B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E69B2 is #91964D. Grayscale: #727272. Windows color (decimal): -9541198 or 11692398. OLE color: 11692398.
HSL color Cylindrical-coordinate representation of color #6E69B2: hue angle of 244.11º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E69B2 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 105 | 178 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.30 |
| HSL | 244.11º | 0.32% | 0.55% | - |
| HSV(B) | 244.11º | 0.41% | 0.7% | - |
| XYZ | 19.52 | 16.63 | 44.3 | - |
| YUV | 114.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 178 | 0.38 | 0.41 | 0 | 0.30 | 244.11 | 0.32 | 0.55 |
| Hex | 6E | 69 | B2 | 26 | 29 | 0 | 1E | F4 | 20 | 37 |
| Octal | 156 | 151 | 262 | 46 | 51 | 0 | 36 | 364 | 40 | 67 |
| Binary | 1101110 | 1101001 | 10110010 | 100110 | 101001 | 0 | 11110 | 11110100 | 100000 | 110111 |
Color Harmonies of #6E69B2
Complementary color
Monochromatic Colors of #6E69B2
Black with #6E69B2
Text Example
Text Example
White with #6E69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E69B2; }
p { color: rgb(110,105,178); }
H1.HeaderClassName
{
color: #6E69B2;
}
.AnyTagClassName
{
color: #6E69B2;
}
</style>
background-color css
<style>
a { background-color: #6E69B2; }
a { background-color: rgb(110,105,178); }
div.DivClassName
{
background-color: #6E69B2;
}
.BgClassName
{
background-color: #6E69B2;
}
</style>
border-color css
<style>
span { border-color: #6E69B2; }
span { border-color: rgb(110,105,178); }
td.TdClassName
{
border-color: #6E69B2;
}
.TagClassName
{
border-color: #6E69B2;
}
</style>