Shades of Blue Marguerite #695EA9
Tints of Blue Marguerite #695EA9
RGB
CMYK
RGB Variations
Color information
#695EA9 (or 0x695EA9) is known color: Blue Marguerite. HEX triplet: 69, 5E and A9. RGB value is (105,94,169). Sum of RGB (Red+Green+Blue) = 105+94+169=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #695EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695EA9 is #96A156. Grayscale: #696969. Windows color (decimal): -9871703 or 11099753. OLE color: 11099753.
HSL color Cylindrical-coordinate representation of color #695EA9: hue angle of 248.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #695EA9 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 94 | 169 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.34 |
| HSL | 248.8º | 0.3% | 0.52% | - |
| HSV(B) | 248.8º | 0.44% | 0.66% | - |
| XYZ | 16.99 | 13.87 | 39.32 | - |
| YUV | 105.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 169 | 0.38 | 0.44 | 0 | 0.34 | 248.8 | 0.3 | 0.52 |
| Hex | 69 | 5E | A9 | 26 | 2C | 0 | 22 | F9 | 1E | 34 |
| Octal | 151 | 136 | 251 | 46 | 54 | 0 | 42 | 371 | 36 | 64 |
| Binary | 1101001 | 1011110 | 10101001 | 100110 | 101100 | 0 | 100010 | 11111001 | 11110 | 110100 |
Color Harmonies of #695EA9
Complementary color
Monochromatic Colors of #695EA9
Black with #695EA9
Text Example
Text Example
White with #695EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695EA9; }
p { color: rgb(105,94,169); }
H1.HeaderClassName
{
color: #695EA9;
}
.AnyTagClassName
{
color: #695EA9;
}
</style>
background-color css
<style>
a { background-color: #695EA9; }
a { background-color: rgb(105,94,169); }
div.DivClassName
{
background-color: #695EA9;
}
.BgClassName
{
background-color: #695EA9;
}
</style>
border-color css
<style>
span { border-color: #695EA9; }
span { border-color: rgb(105,94,169); }
td.TdClassName
{
border-color: #695EA9;
}
.TagClassName
{
border-color: #695EA9;
}
</style>