Shades of Blue Marguerite #695EAA
Tints of Blue Marguerite #695EAA
RGB
CMYK
RGB Variations
Color information
#695EAA (or 0x695EAA) is known color: Blue Marguerite. HEX triplet: 69, 5E and AA. RGB value is (105,94,170). Sum of RGB (Red+Green+Blue) = 105+94+170=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #695EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695EAA is #96A155. Grayscale: #696969. Windows color (decimal): -9871702 or 11165289. OLE color: 11165289.
HSL color Cylindrical-coordinate representation of color #695EAA: hue angle of 248.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #695EAA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 94 | 170 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.33 |
| HSL | 248.68º | 0.31% | 0.52% | - |
| HSV(B) | 248.68º | 0.45% | 0.67% | - |
| XYZ | 17.08 | 13.91 | 39.81 | - |
| YUV | 105.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 170 | 0.38 | 0.45 | 0 | 0.33 | 248.68 | 0.31 | 0.52 |
| Hex | 69 | 5E | AA | 26 | 2D | 0 | 21 | F9 | 1F | 34 |
| Octal | 151 | 136 | 252 | 46 | 55 | 0 | 41 | 371 | 37 | 64 |
| Binary | 1101001 | 1011110 | 10101010 | 100110 | 101101 | 0 | 100001 | 11111001 | 11111 | 110100 |
Color Harmonies of #695EAA
Complementary color
Monochromatic Colors of #695EAA
Black with #695EAA
Text Example
Text Example
White with #695EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695EAA; }
p { color: rgb(105,94,170); }
H1.HeaderClassName
{
color: #695EAA;
}
.AnyTagClassName
{
color: #695EAA;
}
</style>
background-color css
<style>
a { background-color: #695EAA; }
a { background-color: rgb(105,94,170); }
div.DivClassName
{
background-color: #695EAA;
}
.BgClassName
{
background-color: #695EAA;
}
</style>
border-color css
<style>
span { border-color: #695EAA; }
span { border-color: rgb(105,94,170); }
td.TdClassName
{
border-color: #695EAA;
}
.TagClassName
{
border-color: #695EAA;
}
</style>