Shades of Blue Marguerite #694DBE
Tints of Blue Marguerite #694DBE
RGB
CMYK
RGB Variations
Color information
#694DBE (or 0x694DBE) is known color: Blue Marguerite. HEX triplet: 69, 4D and BE. RGB value is (105,77,190). Sum of RGB (Red+Green+Blue) = 105+77+190=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #694DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DBE is #96B241. Grayscale: #616161. Windows color (decimal): -9876034 or 12471657. OLE color: 12471657.
HSL color Cylindrical-coordinate representation of color #694DBE: hue angle of 254.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694DBE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 77 | 190 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.25 |
| HSL | 254.87º | 0.47% | 0.52% | - |
| HSV(B) | 254.87º | 0.59% | 0.75% | - |
| XYZ | 17.77 | 12.03 | 50.1 | - |
| YUV | 98.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 190 | 0.45 | 0.59 | 0 | 0.25 | 254.87 | 0.47 | 0.52 |
| Hex | 69 | 4D | BE | 2D | 3B | 0 | 19 | FF | 2F | 34 |
| Octal | 151 | 115 | 276 | 55 | 73 | 0 | 31 | 377 | 57 | 64 |
| Binary | 1101001 | 1001101 | 10111110 | 101101 | 111011 | 0 | 11001 | 11111111 | 101111 | 110100 |
Color Harmonies of #694DBE
Complementary color
Monochromatic Colors of #694DBE
Black with #694DBE
Text Example
Text Example
White with #694DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DBE; }
p { color: rgb(105,77,190); }
H1.HeaderClassName
{
color: #694DBE;
}
.AnyTagClassName
{
color: #694DBE;
}
</style>
background-color css
<style>
a { background-color: #694DBE; }
a { background-color: rgb(105,77,190); }
div.DivClassName
{
background-color: #694DBE;
}
.BgClassName
{
background-color: #694DBE;
}
</style>
border-color css
<style>
span { border-color: #694DBE; }
span { border-color: rgb(105,77,190); }
td.TdClassName
{
border-color: #694DBE;
}
.TagClassName
{
border-color: #694DBE;
}
</style>