Shades of Blue Marguerite #685AAD
Tints of Blue Marguerite #685AAD
RGB
CMYK
RGB Variations
Color information
#685AAD (or 0x685AAD) is known color: Blue Marguerite. HEX triplet: 68, 5A and AD. RGB value is (104,90,173). Sum of RGB (Red+Green+Blue) = 104+90+173=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #685AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AAD is #97A552. Grayscale: #676767. Windows color (decimal): -9938259 or 11360872. OLE color: 11360872.
HSL color Cylindrical-coordinate representation of color #685AAD: hue angle of 250.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685AAD is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 90 | 173 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.32 |
| HSL | 250.12º | 0.34% | 0.52% | - |
| HSV(B) | 250.12º | 0.48% | 0.68% | - |
| XYZ | 16.91 | 13.27 | 41.21 | - |
| YUV | 103.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 173 | 0.40 | 0.48 | 0 | 0.32 | 250.12 | 0.34 | 0.52 |
| Hex | 68 | 5A | AD | 28 | 30 | 0 | 20 | FA | 22 | 34 |
| Octal | 150 | 132 | 255 | 50 | 60 | 0 | 40 | 372 | 42 | 64 |
| Binary | 1101000 | 1011010 | 10101101 | 101000 | 110000 | 0 | 100000 | 11111010 | 100010 | 110100 |
Color Harmonies of #685AAD
Complementary color
Monochromatic Colors of #685AAD
Black with #685AAD
Text Example
Text Example
White with #685AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AAD; }
p { color: rgb(104,90,173); }
H1.HeaderClassName
{
color: #685AAD;
}
.AnyTagClassName
{
color: #685AAD;
}
</style>
background-color css
<style>
a { background-color: #685AAD; }
a { background-color: rgb(104,90,173); }
div.DivClassName
{
background-color: #685AAD;
}
.BgClassName
{
background-color: #685AAD;
}
</style>
border-color css
<style>
span { border-color: #685AAD; }
span { border-color: rgb(104,90,173); }
td.TdClassName
{
border-color: #685AAD;
}
.TagClassName
{
border-color: #685AAD;
}
</style>