Shades of Blue Marguerite #6857AD
Tints of Blue Marguerite #6857AD
RGB
CMYK
RGB Variations
Color information
#6857AD (or 0x6857AD) is known color: Blue Marguerite. HEX triplet: 68, 57 and AD. RGB value is (104,87,173). Sum of RGB (Red+Green+Blue) = 104+87+173=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #6857AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6857AD is #97A852. Grayscale: #656565. Windows color (decimal): -9939027 or 11360104. OLE color: 11360104.
HSL color Cylindrical-coordinate representation of color #6857AD: hue angle of 251.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6857AD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 87 | 173 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.32 |
| HSL | 251.86º | 0.34% | 0.51% | - |
| HSV(B) | 251.86º | 0.5% | 0.68% | - |
| XYZ | 16.66 | 12.78 | 41.12 | - |
| YUV | 101.89 | 168.13 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 173 | 0.40 | 0.50 | 0 | 0.32 | 251.86 | 0.34 | 0.51 |
| Hex | 68 | 57 | AD | 28 | 32 | 0 | 20 | FC | 22 | 33 |
| Octal | 150 | 127 | 255 | 50 | 62 | 0 | 40 | 374 | 42 | 63 |
| Binary | 1101000 | 1010111 | 10101101 | 101000 | 110010 | 0 | 100000 | 11111100 | 100010 | 110011 |
Color Harmonies of #6857AD
Complementary color
Monochromatic Colors of #6857AD
Black with #6857AD
Text Example
Text Example
White with #6857AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6857AD; }
p { color: rgb(104,87,173); }
H1.HeaderClassName
{
color: #6857AD;
}
.AnyTagClassName
{
color: #6857AD;
}
</style>
background-color css
<style>
a { background-color: #6857AD; }
a { background-color: rgb(104,87,173); }
div.DivClassName
{
background-color: #6857AD;
}
.BgClassName
{
background-color: #6857AD;
}
</style>
border-color css
<style>
span { border-color: #6857AD; }
span { border-color: rgb(104,87,173); }
td.TdClassName
{
border-color: #6857AD;
}
.TagClassName
{
border-color: #6857AD;
}
</style>