Shades of Blue Marguerite #694DBC
Tints of Blue Marguerite #694DBC
RGB
CMYK
RGB Variations
Color information
#694DBC (or 0x694DBC) is known color: Blue Marguerite. HEX triplet: 69, 4D and BC. RGB value is (105,77,188). Sum of RGB (Red+Green+Blue) = 105+77+188=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #694DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DBC is #96B243. Grayscale: #616161. Windows color (decimal): -9876036 or 12340585. OLE color: 12340585.
HSL color Cylindrical-coordinate representation of color #694DBC: hue angle of 255.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694DBC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 77 | 188 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.26 |
| HSL | 255.14º | 0.45% | 0.52% | - |
| HSV(B) | 255.14º | 0.59% | 0.74% | - |
| XYZ | 17.56 | 11.94 | 48.96 | - |
| YUV | 98.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 188 | 0.44 | 0.59 | 0 | 0.26 | 255.14 | 0.45 | 0.52 |
| Hex | 69 | 4D | BC | 2C | 3B | 0 | 1A | FF | 2D | 34 |
| Octal | 151 | 115 | 274 | 54 | 73 | 0 | 32 | 377 | 55 | 64 |
| Binary | 1101001 | 1001101 | 10111100 | 101100 | 111011 | 0 | 11010 | 11111111 | 101101 | 110100 |
Color Harmonies of #694DBC
Complementary color
Monochromatic Colors of #694DBC
Black with #694DBC
Text Example
Text Example
White with #694DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DBC; }
p { color: rgb(105,77,188); }
H1.HeaderClassName
{
color: #694DBC;
}
.AnyTagClassName
{
color: #694DBC;
}
</style>
background-color css
<style>
a { background-color: #694DBC; }
a { background-color: rgb(105,77,188); }
div.DivClassName
{
background-color: #694DBC;
}
.BgClassName
{
background-color: #694DBC;
}
</style>
border-color css
<style>
span { border-color: #694DBC; }
span { border-color: rgb(105,77,188); }
td.TdClassName
{
border-color: #694DBC;
}
.TagClassName
{
border-color: #694DBC;
}
</style>