Shades of Blue Marguerite #694AB5
Tints of Blue Marguerite #694AB5
RGB
CMYK
RGB Variations
Color information
#694AB5 (or 0x694AB5) is known color: Blue Marguerite. HEX triplet: 69, 4A and B5. RGB value is (105,74,181). Sum of RGB (Red+Green+Blue) = 105+74+181=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #694AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694AB5 is #96B54A. Grayscale: #5F5F5F. Windows color (decimal): -9876811 or 11881065. OLE color: 11881065.
HSL color Cylindrical-coordinate representation of color #694AB5: hue angle of 257.38º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694AB5 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 74 | 181 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.29 |
| HSL | 257.38º | 0.42% | 0.5% | - |
| HSV(B) | 257.38º | 0.59% | 0.71% | - |
| XYZ | 16.61 | 11.24 | 45.01 | - |
| YUV | 95.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 181 | 0.42 | 0.59 | 0 | 0.29 | 257.38 | 0.42 | 0.5 |
| Hex | 69 | 4A | B5 | 2A | 3B | 0 | 1D | 101 | 2A | 32 |
| Octal | 151 | 112 | 265 | 52 | 73 | 0 | 35 | 401 | 52 | 62 |
| Binary | 1101001 | 1001010 | 10110101 | 101010 | 111011 | 0 | 11101 | 100000001 | 101010 | 110010 |
Color Harmonies of #694AB5
Complementary color
Monochromatic Colors of #694AB5
Black with #694AB5
Text Example
Text Example
White with #694AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AB5; }
p { color: rgb(105,74,181); }
H1.HeaderClassName
{
color: #694AB5;
}
.AnyTagClassName
{
color: #694AB5;
}
</style>
background-color css
<style>
a { background-color: #694AB5; }
a { background-color: rgb(105,74,181); }
div.DivClassName
{
background-color: #694AB5;
}
.BgClassName
{
background-color: #694AB5;
}
</style>
border-color css
<style>
span { border-color: #694AB5; }
span { border-color: rgb(105,74,181); }
td.TdClassName
{
border-color: #694AB5;
}
.TagClassName
{
border-color: #694AB5;
}
</style>