Shades of Blue Marguerite #6853AC
Tints of Blue Marguerite #6853AC
RGB
CMYK
RGB Variations
Color information
#6853AC (or 0x6853AC) is known color: Blue Marguerite. HEX triplet: 68, 53 and AC. RGB value is (104,83,172). Sum of RGB (Red+Green+Blue) = 104+83+172=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #6853AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6853AC is #97AC53. Grayscale: #636363. Windows color (decimal): -9940052 or 11293544. OLE color: 11293544.
HSL color Cylindrical-coordinate representation of color #6853AC: hue angle of 254.16º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6853AC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 83 | 172 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.33 |
| HSL | 254.16º | 0.35% | 0.5% | - |
| HSV(B) | 254.16º | 0.52% | 0.67% | - |
| XYZ | 16.25 | 12.11 | 40.51 | - |
| YUV | 99.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 172 | 0.40 | 0.52 | 0 | 0.33 | 254.16 | 0.35 | 0.5 |
| Hex | 68 | 53 | AC | 28 | 34 | 0 | 21 | FE | 23 | 32 |
| Octal | 150 | 123 | 254 | 50 | 64 | 0 | 41 | 376 | 43 | 62 |
| Binary | 1101000 | 1010011 | 10101100 | 101000 | 110100 | 0 | 100001 | 11111110 | 100011 | 110010 |
Color Harmonies of #6853AC
Complementary color
Monochromatic Colors of #6853AC
Black with #6853AC
Text Example
Text Example
White with #6853AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853AC; }
p { color: rgb(104,83,172); }
H1.HeaderClassName
{
color: #6853AC;
}
.AnyTagClassName
{
color: #6853AC;
}
</style>
background-color css
<style>
a { background-color: #6853AC; }
a { background-color: rgb(104,83,172); }
div.DivClassName
{
background-color: #6853AC;
}
.BgClassName
{
background-color: #6853AC;
}
</style>
border-color css
<style>
span { border-color: #6853AC; }
span { border-color: rgb(104,83,172); }
td.TdClassName
{
border-color: #6853AC;
}
.TagClassName
{
border-color: #6853AC;
}
</style>