Shades of Blue Marguerite #694DBB
Tints of Blue Marguerite #694DBB
RGB
CMYK
RGB Variations
Color information
#694DBB (or 0x694DBB) is known color: Blue Marguerite. HEX triplet: 69, 4D and BB. RGB value is (105,77,187). Sum of RGB (Red+Green+Blue) = 105+77+187=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #694DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DBB is #96B244. Grayscale: #616161. Windows color (decimal): -9876037 or 12275049. OLE color: 12275049.
HSL color Cylindrical-coordinate representation of color #694DBB: hue angle of 255.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694DBB is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 77 | 187 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.27 |
| HSL | 255.27º | 0.45% | 0.52% | - |
| HSV(B) | 255.27º | 0.59% | 0.73% | - |
| XYZ | 17.45 | 11.9 | 48.39 | - |
| YUV | 97.91 | 178.28 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 187 | 0.44 | 0.59 | 0 | 0.27 | 255.27 | 0.45 | 0.52 |
| Hex | 69 | 4D | BB | 2C | 3B | 0 | 1B | FF | 2D | 34 |
| Octal | 151 | 115 | 273 | 54 | 73 | 0 | 33 | 377 | 55 | 64 |
| Binary | 1101001 | 1001101 | 10111011 | 101100 | 111011 | 0 | 11011 | 11111111 | 101101 | 110100 |
Color Harmonies of #694DBB
Complementary color
Monochromatic Colors of #694DBB
Black with #694DBB
Text Example
Text Example
White with #694DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DBB; }
p { color: rgb(105,77,187); }
H1.HeaderClassName
{
color: #694DBB;
}
.AnyTagClassName
{
color: #694DBB;
}
</style>
background-color css
<style>
a { background-color: #694DBB; }
a { background-color: rgb(105,77,187); }
div.DivClassName
{
background-color: #694DBB;
}
.BgClassName
{
background-color: #694DBB;
}
</style>
border-color css
<style>
span { border-color: #694DBB; }
span { border-color: rgb(105,77,187); }
td.TdClassName
{
border-color: #694DBB;
}
.TagClassName
{
border-color: #694DBB;
}
</style>