Shades of Blue Marguerite #685AA8
Tints of Blue Marguerite #685AA8
RGB
CMYK
RGB Variations
Color information
#685AA8 (or 0x685AA8) is known color: Blue Marguerite. HEX triplet: 68, 5A and A8. RGB value is (104,90,168). Sum of RGB (Red+Green+Blue) = 104+90+168=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #685AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AA8 is #97A557. Grayscale: #666666. Windows color (decimal): -9938264 or 11033192. OLE color: 11033192.
HSL color Cylindrical-coordinate representation of color #685AA8: hue angle of 250.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685AA8 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 90 | 168 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.34 |
| HSL | 250.77º | 0.31% | 0.51% | - |
| HSV(B) | 250.77º | 0.46% | 0.66% | - |
| XYZ | 16.43 | 13.08 | 38.7 | - |
| YUV | 103.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 168 | 0.38 | 0.46 | 0 | 0.34 | 250.77 | 0.31 | 0.51 |
| Hex | 68 | 5A | A8 | 26 | 2E | 0 | 22 | FB | 1F | 33 |
| Octal | 150 | 132 | 250 | 46 | 56 | 0 | 42 | 373 | 37 | 63 |
| Binary | 1101000 | 1011010 | 10101000 | 100110 | 101110 | 0 | 100010 | 11111011 | 11111 | 110011 |
Color Harmonies of #685AA8
Complementary color
Monochromatic Colors of #685AA8
Black with #685AA8
Text Example
Text Example
White with #685AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AA8; }
p { color: rgb(104,90,168); }
H1.HeaderClassName
{
color: #685AA8;
}
.AnyTagClassName
{
color: #685AA8;
}
</style>
background-color css
<style>
a { background-color: #685AA8; }
a { background-color: rgb(104,90,168); }
div.DivClassName
{
background-color: #685AA8;
}
.BgClassName
{
background-color: #685AA8;
}
</style>
border-color css
<style>
span { border-color: #685AA8; }
span { border-color: rgb(104,90,168); }
td.TdClassName
{
border-color: #685AA8;
}
.TagClassName
{
border-color: #685AA8;
}
</style>