Shades of Blue Marguerite #694DAB
Tints of Blue Marguerite #694DAB
RGB
CMYK
RGB Variations
Color information
#694DAB (or 0x694DAB) is known color: Blue Marguerite. HEX triplet: 69, 4D and AB. RGB value is (105,77,171). Sum of RGB (Red+Green+Blue) = 105+77+171=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #694DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694DAB is #96B254. Grayscale: #5F5F5F. Windows color (decimal): -9876053 or 11226473. OLE color: 11226473.
HSL color Cylindrical-coordinate representation of color #694DAB: hue angle of 257.87º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694DAB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 77 | 171 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.33 |
| HSL | 257.87º | 0.38% | 0.49% | - |
| HSV(B) | 257.87º | 0.55% | 0.67% | - |
| XYZ | 15.83 | 11.25 | 39.87 | - |
| YUV | 96.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 171 | 0.39 | 0.55 | 0 | 0.33 | 257.87 | 0.38 | 0.49 |
| Hex | 69 | 4D | AB | 27 | 37 | 0 | 21 | 102 | 26 | 31 |
| Octal | 151 | 115 | 253 | 47 | 67 | 0 | 41 | 402 | 46 | 61 |
| Binary | 1101001 | 1001101 | 10101011 | 100111 | 110111 | 0 | 100001 | 100000010 | 100110 | 110001 |
Color Harmonies of #694DAB
Complementary color
Monochromatic Colors of #694DAB
Black with #694DAB
Text Example
Text Example
White with #694DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DAB; }
p { color: rgb(105,77,171); }
H1.HeaderClassName
{
color: #694DAB;
}
.AnyTagClassName
{
color: #694DAB;
}
</style>
background-color css
<style>
a { background-color: #694DAB; }
a { background-color: rgb(105,77,171); }
div.DivClassName
{
background-color: #694DAB;
}
.BgClassName
{
background-color: #694DAB;
}
</style>
border-color css
<style>
span { border-color: #694DAB; }
span { border-color: rgb(105,77,171); }
td.TdClassName
{
border-color: #694DAB;
}
.TagClassName
{
border-color: #694DAB;
}
</style>