Shades of Blue Marguerite #694EAA
Tints of Blue Marguerite #694EAA
RGB
CMYK
RGB Variations
Color information
#694EAA (or 0x694EAA) is known color: Blue Marguerite. HEX triplet: 69, 4E and AA. RGB value is (105,78,170). Sum of RGB (Red+Green+Blue) = 105+78+170=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #694EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694EAA is #96B155. Grayscale: #606060. Windows color (decimal): -9875798 or 11161193. OLE color: 11161193.
HSL color Cylindrical-coordinate representation of color #694EAA: hue angle of 257.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #694EAA is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 78 | 170 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.33 |
| HSL | 257.61º | 0.37% | 0.49% | - |
| HSV(B) | 257.61º | 0.54% | 0.67% | - |
| XYZ | 15.81 | 11.35 | 39.39 | - |
| YUV | 96.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 170 | 0.38 | 0.54 | 0 | 0.33 | 257.61 | 0.37 | 0.49 |
| Hex | 69 | 4E | AA | 26 | 36 | 0 | 21 | 102 | 25 | 31 |
| Octal | 151 | 116 | 252 | 46 | 66 | 0 | 41 | 402 | 45 | 61 |
| Binary | 1101001 | 1001110 | 10101010 | 100110 | 110110 | 0 | 100001 | 100000010 | 100101 | 110001 |
Color Harmonies of #694EAA
Complementary color
Monochromatic Colors of #694EAA
Black with #694EAA
Text Example
Text Example
White with #694EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EAA; }
p { color: rgb(105,78,170); }
H1.HeaderClassName
{
color: #694EAA;
}
.AnyTagClassName
{
color: #694EAA;
}
</style>
background-color css
<style>
a { background-color: #694EAA; }
a { background-color: rgb(105,78,170); }
div.DivClassName
{
background-color: #694EAA;
}
.BgClassName
{
background-color: #694EAA;
}
</style>
border-color css
<style>
span { border-color: #694EAA; }
span { border-color: rgb(105,78,170); }
td.TdClassName
{
border-color: #694EAA;
}
.TagClassName
{
border-color: #694EAA;
}
</style>