Shades of Blue Marguerite #685FAC
Tints of Blue Marguerite #685FAC
RGB
CMYK
RGB Variations
Color information
#685FAC (or 0x685FAC) is known color: Blue Marguerite. HEX triplet: 68, 5F and AC. RGB value is (104,95,172). Sum of RGB (Red+Green+Blue) = 104+95+172=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #685FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685FAC is #97A053. Grayscale: #6A6A6A. Windows color (decimal): -9936980 or 11296616. OLE color: 11296616.
HSL color Cylindrical-coordinate representation of color #685FAC: hue angle of 247.01º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685FAC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 95 | 172 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.33 |
| HSL | 247.01º | 0.32% | 0.52% | - |
| HSV(B) | 247.01º | 0.45% | 0.67% | - |
| XYZ | 17.25 | 14.11 | 40.84 | - |
| YUV | 106.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 172 | 0.40 | 0.45 | 0 | 0.33 | 247.01 | 0.32 | 0.52 |
| Hex | 68 | 5F | AC | 28 | 2D | 0 | 21 | F7 | 20 | 34 |
| Octal | 150 | 137 | 254 | 50 | 55 | 0 | 41 | 367 | 40 | 64 |
| Binary | 1101000 | 1011111 | 10101100 | 101000 | 101101 | 0 | 100001 | 11110111 | 100000 | 110100 |
Color Harmonies of #685FAC
Complementary color
Monochromatic Colors of #685FAC
Black with #685FAC
Text Example
Text Example
White with #685FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FAC; }
p { color: rgb(104,95,172); }
H1.HeaderClassName
{
color: #685FAC;
}
.AnyTagClassName
{
color: #685FAC;
}
</style>
background-color css
<style>
a { background-color: #685FAC; }
a { background-color: rgb(104,95,172); }
div.DivClassName
{
background-color: #685FAC;
}
.BgClassName
{
background-color: #685FAC;
}
</style>
border-color css
<style>
span { border-color: #685FAC; }
span { border-color: rgb(104,95,172); }
td.TdClassName
{
border-color: #685FAC;
}
.TagClassName
{
border-color: #685FAC;
}
</style>