Shades of Blue Marguerite #694DAD
Tints of Blue Marguerite #694DAD
RGB
CMYK
RGB Variations
Color information
#694DAD (or 0x694DAD) is known color: Blue Marguerite. HEX triplet: 69, 4D and AD. RGB value is (105,77,173). Sum of RGB (Red+Green+Blue) = 105+77+173=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #694DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694DAD is #96B252. Grayscale: #5F5F5F. Windows color (decimal): -9876051 or 11357545. OLE color: 11357545.
HSL color Cylindrical-coordinate representation of color #694DAD: hue angle of 257.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694DAD is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 77 | 173 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.32 |
| HSL | 257.5º | 0.38% | 0.49% | - |
| HSV(B) | 257.5º | 0.55% | 0.68% | - |
| XYZ | 16.02 | 11.33 | 40.88 | - |
| YUV | 96.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 173 | 0.39 | 0.55 | 0 | 0.32 | 257.5 | 0.38 | 0.49 |
| Hex | 69 | 4D | AD | 27 | 37 | 0 | 20 | 102 | 26 | 31 |
| Octal | 151 | 115 | 255 | 47 | 67 | 0 | 40 | 402 | 46 | 61 |
| Binary | 1101001 | 1001101 | 10101101 | 100111 | 110111 | 0 | 100000 | 100000010 | 100110 | 110001 |
Color Harmonies of #694DAD
Complementary color
Monochromatic Colors of #694DAD
Black with #694DAD
Text Example
Text Example
White with #694DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DAD; }
p { color: rgb(105,77,173); }
H1.HeaderClassName
{
color: #694DAD;
}
.AnyTagClassName
{
color: #694DAD;
}
</style>
background-color css
<style>
a { background-color: #694DAD; }
a { background-color: rgb(105,77,173); }
div.DivClassName
{
background-color: #694DAD;
}
.BgClassName
{
background-color: #694DAD;
}
</style>
border-color css
<style>
span { border-color: #694DAD; }
span { border-color: rgb(105,77,173); }
td.TdClassName
{
border-color: #694DAD;
}
.TagClassName
{
border-color: #694DAD;
}
</style>