Shades of Blue Marguerite #694FAE
Tints of Blue Marguerite #694FAE
RGB
CMYK
RGB Variations
Color information
#694FAE (or 0x694FAE) is known color: Blue Marguerite. HEX triplet: 69, 4F and AE. RGB value is (105,79,174). Sum of RGB (Red+Green+Blue) = 105+79+174=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #694FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694FAE is #96B051. Grayscale: #616161. Windows color (decimal): -9875538 or 11423593. OLE color: 11423593.
HSL color Cylindrical-coordinate representation of color #694FAE: hue angle of 256.42º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694FAE is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 79 | 174 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.32 |
| HSL | 256.42º | 0.38% | 0.5% | - |
| HSV(B) | 256.42º | 0.55% | 0.68% | - |
| XYZ | 16.26 | 11.65 | 41.44 | - |
| YUV | 97.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 174 | 0.40 | 0.55 | 0 | 0.32 | 256.42 | 0.38 | 0.5 |
| Hex | 69 | 4F | AE | 28 | 37 | 0 | 20 | 100 | 26 | 32 |
| Octal | 151 | 117 | 256 | 50 | 67 | 0 | 40 | 400 | 46 | 62 |
| Binary | 1101001 | 1001111 | 10101110 | 101000 | 110111 | 0 | 100000 | 100000000 | 100110 | 110010 |
Color Harmonies of #694FAE
Complementary color
Monochromatic Colors of #694FAE
Black with #694FAE
Text Example
Text Example
White with #694FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FAE; }
p { color: rgb(105,79,174); }
H1.HeaderClassName
{
color: #694FAE;
}
.AnyTagClassName
{
color: #694FAE;
}
</style>
background-color css
<style>
a { background-color: #694FAE; }
a { background-color: rgb(105,79,174); }
div.DivClassName
{
background-color: #694FAE;
}
.BgClassName
{
background-color: #694FAE;
}
</style>
border-color css
<style>
span { border-color: #694FAE; }
span { border-color: rgb(105,79,174); }
td.TdClassName
{
border-color: #694FAE;
}
.TagClassName
{
border-color: #694FAE;
}
</style>