Shades of Blue Marguerite #694BAE
Tints of Blue Marguerite #694BAE
RGB
CMYK
RGB Variations
Color information
#694BAE (or 0x694BAE) is known color: Blue Marguerite. HEX triplet: 69, 4B and AE. RGB value is (105,75,174). Sum of RGB (Red+Green+Blue) = 105+75+174=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #694BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694BAE is #96B451. Grayscale: #5E5E5E. Windows color (decimal): -9876562 or 11422569. OLE color: 11422569.
HSL color Cylindrical-coordinate representation of color #694BAE: hue angle of 258.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694BAE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 75 | 174 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.32 |
| HSL | 258.18º | 0.4% | 0.49% | - |
| HSV(B) | 258.18º | 0.57% | 0.68% | - |
| XYZ | 15.98 | 11.09 | 41.34 | - |
| YUV | 95.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 174 | 0.40 | 0.57 | 0 | 0.32 | 258.18 | 0.4 | 0.49 |
| Hex | 69 | 4B | AE | 28 | 39 | 0 | 20 | 102 | 28 | 31 |
| Octal | 151 | 113 | 256 | 50 | 71 | 0 | 40 | 402 | 50 | 61 |
| Binary | 1101001 | 1001011 | 10101110 | 101000 | 111001 | 0 | 100000 | 100000010 | 101000 | 110001 |
Color Harmonies of #694BAE
Complementary color
Monochromatic Colors of #694BAE
Black with #694BAE
Text Example
Text Example
White with #694BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BAE; }
p { color: rgb(105,75,174); }
H1.HeaderClassName
{
color: #694BAE;
}
.AnyTagClassName
{
color: #694BAE;
}
</style>
background-color css
<style>
a { background-color: #694BAE; }
a { background-color: rgb(105,75,174); }
div.DivClassName
{
background-color: #694BAE;
}
.BgClassName
{
background-color: #694BAE;
}
</style>
border-color css
<style>
span { border-color: #694BAE; }
span { border-color: rgb(105,75,174); }
td.TdClassName
{
border-color: #694BAE;
}
.TagClassName
{
border-color: #694BAE;
}
</style>