Shades of Blue Marguerite #685FAE
Tints of Blue Marguerite #685FAE
RGB
CMYK
RGB Variations
Color information
#685FAE (or 0x685FAE) is known color: Blue Marguerite. HEX triplet: 68, 5F and AE. RGB value is (104,95,174). Sum of RGB (Red+Green+Blue) = 104+95+174=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #685FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685FAE is #97A051. Grayscale: #6A6A6A. Windows color (decimal): -9936978 or 11427688. OLE color: 11427688.
HSL color Cylindrical-coordinate representation of color #685FAE: hue angle of 246.84º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685FAE is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 95 | 174 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.32 |
| HSL | 246.84º | 0.33% | 0.53% | - |
| HSV(B) | 246.84º | 0.45% | 0.68% | - |
| XYZ | 17.44 | 14.18 | 41.86 | - |
| YUV | 106.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 174 | 0.40 | 0.45 | 0 | 0.32 | 246.84 | 0.33 | 0.53 |
| Hex | 68 | 5F | AE | 28 | 2D | 0 | 20 | F7 | 21 | 35 |
| Octal | 150 | 137 | 256 | 50 | 55 | 0 | 40 | 367 | 41 | 65 |
| Binary | 1101000 | 1011111 | 10101110 | 101000 | 101101 | 0 | 100000 | 11110111 | 100001 | 110101 |
Color Harmonies of #685FAE
Complementary color
Monochromatic Colors of #685FAE
Black with #685FAE
Text Example
Text Example
White with #685FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FAE; }
p { color: rgb(104,95,174); }
H1.HeaderClassName
{
color: #685FAE;
}
.AnyTagClassName
{
color: #685FAE;
}
</style>
background-color css
<style>
a { background-color: #685FAE; }
a { background-color: rgb(104,95,174); }
div.DivClassName
{
background-color: #685FAE;
}
.BgClassName
{
background-color: #685FAE;
}
</style>
border-color css
<style>
span { border-color: #685FAE; }
span { border-color: rgb(104,95,174); }
td.TdClassName
{
border-color: #685FAE;
}
.TagClassName
{
border-color: #685FAE;
}
</style>