Shades of Blue Marguerite #694AB9
Tints of Blue Marguerite #694AB9
RGB
CMYK
RGB Variations
Color information
#694AB9 (or 0x694AB9) is known color: Blue Marguerite. HEX triplet: 69, 4A and B9. RGB value is (105,74,185). Sum of RGB (Red+Green+Blue) = 105+74+185=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #694AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694AB9 is #96B546. Grayscale: #5F5F5F. Windows color (decimal): -9876807 or 12143209. OLE color: 12143209.
HSL color Cylindrical-coordinate representation of color #694AB9: hue angle of 256.76º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694AB9 is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 74 | 185 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.27 |
| HSL | 256.76º | 0.44% | 0.51% | - |
| HSV(B) | 256.76º | 0.6% | 0.73% | - |
| XYZ | 17.03 | 11.4 | 47.2 | - |
| YUV | 95.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 185 | 0.43 | 0.6 | 0 | 0.27 | 256.76 | 0.44 | 0.51 |
| Hex | 69 | 4A | B9 | 2B | 3C | 0 | 1B | 101 | 2C | 33 |
| Octal | 151 | 112 | 271 | 53 | 74 | 0 | 33 | 401 | 54 | 63 |
| Binary | 1101001 | 1001010 | 10111001 | 101011 | 111100 | 0 | 11011 | 100000001 | 101100 | 110011 |
Color Harmonies of #694AB9
Complementary color
Monochromatic Colors of #694AB9
Black with #694AB9
Text Example
Text Example
White with #694AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AB9; }
p { color: rgb(105,74,185); }
H1.HeaderClassName
{
color: #694AB9;
}
.AnyTagClassName
{
color: #694AB9;
}
</style>
background-color css
<style>
a { background-color: #694AB9; }
a { background-color: rgb(105,74,185); }
div.DivClassName
{
background-color: #694AB9;
}
.BgClassName
{
background-color: #694AB9;
}
</style>
border-color css
<style>
span { border-color: #694AB9; }
span { border-color: rgb(105,74,185); }
td.TdClassName
{
border-color: #694AB9;
}
.TagClassName
{
border-color: #694AB9;
}
</style>