Shades of Blue Marguerite #685BAC
Tints of Blue Marguerite #685BAC
RGB
CMYK
RGB Variations
Color information
#685BAC (or 0x685BAC) is known color: Blue Marguerite. HEX triplet: 68, 5B and AC. RGB value is (104,91,172). Sum of RGB (Red+Green+Blue) = 104+91+172=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #685BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BAC is #97A453. Grayscale: #676767. Windows color (decimal): -9938004 or 11295592. OLE color: 11295592.
HSL color Cylindrical-coordinate representation of color #685BAC: hue angle of 249.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685BAC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 91 | 172 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.33 |
| HSL | 249.63º | 0.33% | 0.52% | - |
| HSV(B) | 249.63º | 0.47% | 0.67% | - |
| XYZ | 16.9 | 13.4 | 40.73 | - |
| YUV | 104.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 172 | 0.40 | 0.47 | 0 | 0.33 | 249.63 | 0.33 | 0.52 |
| Hex | 68 | 5B | AC | 28 | 2F | 0 | 21 | FA | 21 | 34 |
| Octal | 150 | 133 | 254 | 50 | 57 | 0 | 41 | 372 | 41 | 64 |
| Binary | 1101000 | 1011011 | 10101100 | 101000 | 101111 | 0 | 100001 | 11111010 | 100001 | 110100 |
Color Harmonies of #685BAC
Complementary color
Monochromatic Colors of #685BAC
Black with #685BAC
Text Example
Text Example
White with #685BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BAC; }
p { color: rgb(104,91,172); }
H1.HeaderClassName
{
color: #685BAC;
}
.AnyTagClassName
{
color: #685BAC;
}
</style>
background-color css
<style>
a { background-color: #685BAC; }
a { background-color: rgb(104,91,172); }
div.DivClassName
{
background-color: #685BAC;
}
.BgClassName
{
background-color: #685BAC;
}
</style>
border-color css
<style>
span { border-color: #685BAC; }
span { border-color: rgb(104,91,172); }
td.TdClassName
{
border-color: #685BAC;
}
.TagClassName
{
border-color: #685BAC;
}
</style>