Shades of Blue Marguerite #694DB9
Tints of Blue Marguerite #694DB9
RGB
CMYK
RGB Variations
Color information
#694DB9 (or 0x694DB9) is known color: Blue Marguerite. HEX triplet: 69, 4D and B9. RGB value is (105,77,185). Sum of RGB (Red+Green+Blue) = 105+77+185=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #694DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DB9 is #96B246. Grayscale: #616161. Windows color (decimal): -9876039 or 12143977. OLE color: 12143977.
HSL color Cylindrical-coordinate representation of color #694DB9: hue angle of 255.56º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #694DB9 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 77 | 185 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.27 |
| HSL | 255.56º | 0.44% | 0.51% | - |
| HSV(B) | 255.56º | 0.58% | 0.73% | - |
| XYZ | 17.24 | 11.81 | 47.27 | - |
| YUV | 97.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 185 | 0.43 | 0.58 | 0 | 0.27 | 255.56 | 0.44 | 0.51 |
| Hex | 69 | 4D | B9 | 2B | 3A | 0 | 1B | 100 | 2C | 33 |
| Octal | 151 | 115 | 271 | 53 | 72 | 0 | 33 | 400 | 54 | 63 |
| Binary | 1101001 | 1001101 | 10111001 | 101011 | 111010 | 0 | 11011 | 100000000 | 101100 | 110011 |
Color Harmonies of #694DB9
Complementary color
Monochromatic Colors of #694DB9
Black with #694DB9
Text Example
Text Example
White with #694DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DB9; }
p { color: rgb(105,77,185); }
H1.HeaderClassName
{
color: #694DB9;
}
.AnyTagClassName
{
color: #694DB9;
}
</style>
background-color css
<style>
a { background-color: #694DB9; }
a { background-color: rgb(105,77,185); }
div.DivClassName
{
background-color: #694DB9;
}
.BgClassName
{
background-color: #694DB9;
}
</style>
border-color css
<style>
span { border-color: #694DB9; }
span { border-color: rgb(105,77,185); }
td.TdClassName
{
border-color: #694DB9;
}
.TagClassName
{
border-color: #694DB9;
}
</style>