Shades of Blue Marguerite #6853AD
Tints of Blue Marguerite #6853AD
RGB
CMYK
RGB Variations
Color information
#6853AD (or 0x6853AD) is known color: Blue Marguerite. HEX triplet: 68, 53 and AD. RGB value is (104,83,173). Sum of RGB (Red+Green+Blue) = 104+83+173=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #6853AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6853AD is #97AC52. Grayscale: #636363. Windows color (decimal): -9940051 or 11359080. OLE color: 11359080.
HSL color Cylindrical-coordinate representation of color #6853AD: hue angle of 254º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6853AD is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 83 | 173 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.32 |
| HSL | 254º | 0.35% | 0.5% | - |
| HSV(B) | 254º | 0.52% | 0.68% | - |
| XYZ | 16.35 | 12.15 | 41.02 | - |
| YUV | 99.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 173 | 0.40 | 0.52 | 0 | 0.32 | 254 | 0.35 | 0.5 |
| Hex | 68 | 53 | AD | 28 | 34 | 0 | 20 | FE | 23 | 32 |
| Octal | 150 | 123 | 255 | 50 | 64 | 0 | 40 | 376 | 43 | 62 |
| Binary | 1101000 | 1010011 | 10101101 | 101000 | 110100 | 0 | 100000 | 11111110 | 100011 | 110010 |
Color Harmonies of #6853AD
Complementary color
Monochromatic Colors of #6853AD
Black with #6853AD
Text Example
Text Example
White with #6853AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853AD; }
p { color: rgb(104,83,173); }
H1.HeaderClassName
{
color: #6853AD;
}
.AnyTagClassName
{
color: #6853AD;
}
</style>
background-color css
<style>
a { background-color: #6853AD; }
a { background-color: rgb(104,83,173); }
div.DivClassName
{
background-color: #6853AD;
}
.BgClassName
{
background-color: #6853AD;
}
</style>
border-color css
<style>
span { border-color: #6853AD; }
span { border-color: rgb(104,83,173); }
td.TdClassName
{
border-color: #6853AD;
}
.TagClassName
{
border-color: #6853AD;
}
</style>