Shades of Blue Marguerite #694AB0
Tints of Blue Marguerite #694AB0
RGB
CMYK
RGB Variations
Color information
#694AB0 (or 0x694AB0) is known color: Blue Marguerite. HEX triplet: 69, 4A and B0. RGB value is (105,74,176). Sum of RGB (Red+Green+Blue) = 105+74+176=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #694AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694AB0 is #96B54F. Grayscale: #5E5E5E. Windows color (decimal): -9876816 or 11553385. OLE color: 11553385.
HSL color Cylindrical-coordinate representation of color #694AB0: hue angle of 258.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #694AB0 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 74 | 176 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.31 |
| HSL | 258.24º | 0.41% | 0.49% | - |
| HSV(B) | 258.24º | 0.58% | 0.69% | - |
| XYZ | 16.11 | 11.04 | 42.36 | - |
| YUV | 94.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 176 | 0.40 | 0.58 | 0 | 0.31 | 258.24 | 0.41 | 0.49 |
| Hex | 69 | 4A | B0 | 28 | 3A | 0 | 1F | 102 | 29 | 31 |
| Octal | 151 | 112 | 260 | 50 | 72 | 0 | 37 | 402 | 51 | 61 |
| Binary | 1101001 | 1001010 | 10110000 | 101000 | 111010 | 0 | 11111 | 100000010 | 101001 | 110001 |
Color Harmonies of #694AB0
Complementary color
Monochromatic Colors of #694AB0
Black with #694AB0
Text Example
Text Example
White with #694AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AB0; }
p { color: rgb(105,74,176); }
H1.HeaderClassName
{
color: #694AB0;
}
.AnyTagClassName
{
color: #694AB0;
}
</style>
background-color css
<style>
a { background-color: #694AB0; }
a { background-color: rgb(105,74,176); }
div.DivClassName
{
background-color: #694AB0;
}
.BgClassName
{
background-color: #694AB0;
}
</style>
border-color css
<style>
span { border-color: #694AB0; }
span { border-color: rgb(105,74,176); }
td.TdClassName
{
border-color: #694AB0;
}
.TagClassName
{
border-color: #694AB0;
}
</style>