Shades of Blue Marguerite #685DAE
Tints of Blue Marguerite #685DAE
RGB
CMYK
RGB Variations
Color information
#685DAE (or 0x685DAE) is known color: Blue Marguerite. HEX triplet: 68, 5D and AE. RGB value is (104,93,174). Sum of RGB (Red+Green+Blue) = 104+93+174=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #685DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DAE is #97A251. Grayscale: #696969. Windows color (decimal): -9937490 or 11427176. OLE color: 11427176.
HSL color Cylindrical-coordinate representation of color #685DAE: hue angle of 248.15º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685DAE is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 93 | 174 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.32 |
| HSL | 248.15º | 0.33% | 0.52% | - |
| HSV(B) | 248.15º | 0.47% | 0.68% | - |
| XYZ | 17.26 | 13.83 | 41.8 | - |
| YUV | 105.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 174 | 0.40 | 0.47 | 0 | 0.32 | 248.15 | 0.33 | 0.52 |
| Hex | 68 | 5D | AE | 28 | 2F | 0 | 20 | F8 | 21 | 34 |
| Octal | 150 | 135 | 256 | 50 | 57 | 0 | 40 | 370 | 41 | 64 |
| Binary | 1101000 | 1011101 | 10101110 | 101000 | 101111 | 0 | 100000 | 11111000 | 100001 | 110100 |
Color Harmonies of #685DAE
Complementary color
Monochromatic Colors of #685DAE
Black with #685DAE
Text Example
Text Example
White with #685DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DAE; }
p { color: rgb(104,93,174); }
H1.HeaderClassName
{
color: #685DAE;
}
.AnyTagClassName
{
color: #685DAE;
}
</style>
background-color css
<style>
a { background-color: #685DAE; }
a { background-color: rgb(104,93,174); }
div.DivClassName
{
background-color: #685DAE;
}
.BgClassName
{
background-color: #685DAE;
}
</style>
border-color css
<style>
span { border-color: #685DAE; }
span { border-color: rgb(104,93,174); }
td.TdClassName
{
border-color: #685DAE;
}
.TagClassName
{
border-color: #685DAE;
}
</style>