Shades of Blue Marguerite #685AB3
Tints of Blue Marguerite #685AB3
RGB
CMYK
RGB Variations
Color information
#685AB3 (or 0x685AB3) is known color: Blue Marguerite. HEX triplet: 68, 5A and B3. RGB value is (104,90,179). Sum of RGB (Red+Green+Blue) = 104+90+179=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #685AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685AB3 is #97A54C. Grayscale: #676767. Windows color (decimal): -9938253 or 11754088. OLE color: 11754088.
HSL color Cylindrical-coordinate representation of color #685AB3: hue angle of 249.44º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685AB3 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 90 | 179 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.30 |
| HSL | 249.44º | 0.37% | 0.53% | - |
| HSV(B) | 249.44º | 0.5% | 0.7% | - |
| XYZ | 17.5 | 13.51 | 44.33 | - |
| YUV | 104.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 179 | 0.42 | 0.50 | 0 | 0.30 | 249.44 | 0.37 | 0.53 |
| Hex | 68 | 5A | B3 | 2A | 32 | 0 | 1E | F9 | 25 | 35 |
| Octal | 150 | 132 | 263 | 52 | 62 | 0 | 36 | 371 | 45 | 65 |
| Binary | 1101000 | 1011010 | 10110011 | 101010 | 110010 | 0 | 11110 | 11111001 | 100101 | 110101 |
Color Harmonies of #685AB3
Complementary color
Monochromatic Colors of #685AB3
Black with #685AB3
Text Example
Text Example
White with #685AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AB3; }
p { color: rgb(104,90,179); }
H1.HeaderClassName
{
color: #685AB3;
}
.AnyTagClassName
{
color: #685AB3;
}
</style>
background-color css
<style>
a { background-color: #685AB3; }
a { background-color: rgb(104,90,179); }
div.DivClassName
{
background-color: #685AB3;
}
.BgClassName
{
background-color: #685AB3;
}
</style>
border-color css
<style>
span { border-color: #685AB3; }
span { border-color: rgb(104,90,179); }
td.TdClassName
{
border-color: #685AB3;
}
.TagClassName
{
border-color: #685AB3;
}
</style>