Shades of Blue Marguerite #694DB5
Tints of Blue Marguerite #694DB5
RGB
CMYK
RGB Variations
Color information
#694DB5 (or 0x694DB5) is known color: Blue Marguerite. HEX triplet: 69, 4D and B5. RGB value is (105,77,181). Sum of RGB (Red+Green+Blue) = 105+77+181=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #694DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DB5 is #96B24A. Grayscale: #606060. Windows color (decimal): -9876043 or 11881833. OLE color: 11881833.
HSL color Cylindrical-coordinate representation of color #694DB5: hue angle of 256.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694DB5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 77 | 181 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.29 |
| HSL | 256.15º | 0.41% | 0.51% | - |
| HSV(B) | 256.15º | 0.57% | 0.71% | - |
| XYZ | 16.82 | 11.65 | 45.08 | - |
| YUV | 97.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 181 | 0.42 | 0.57 | 0 | 0.29 | 256.15 | 0.41 | 0.51 |
| Hex | 69 | 4D | B5 | 2A | 39 | 0 | 1D | 100 | 29 | 33 |
| Octal | 151 | 115 | 265 | 52 | 71 | 0 | 35 | 400 | 51 | 63 |
| Binary | 1101001 | 1001101 | 10110101 | 101010 | 111001 | 0 | 11101 | 100000000 | 101001 | 110011 |
Color Harmonies of #694DB5
Complementary color
Monochromatic Colors of #694DB5
Black with #694DB5
Text Example
Text Example
White with #694DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DB5; }
p { color: rgb(105,77,181); }
H1.HeaderClassName
{
color: #694DB5;
}
.AnyTagClassName
{
color: #694DB5;
}
</style>
background-color css
<style>
a { background-color: #694DB5; }
a { background-color: rgb(105,77,181); }
div.DivClassName
{
background-color: #694DB5;
}
.BgClassName
{
background-color: #694DB5;
}
</style>
border-color css
<style>
span { border-color: #694DB5; }
span { border-color: rgb(105,77,181); }
td.TdClassName
{
border-color: #694DB5;
}
.TagClassName
{
border-color: #694DB5;
}
</style>