Shades of Blue Marguerite #6853AA
Tints of Blue Marguerite #6853AA
RGB
CMYK
RGB Variations
Color information
#6853AA (or 0x6853AA) is known color: Blue Marguerite. HEX triplet: 68, 53 and AA. RGB value is (104,83,170). Sum of RGB (Red+Green+Blue) = 104+83+170=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #6853AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6853AA is #97AC55. Grayscale: #626262. Windows color (decimal): -9940054 or 11162472. OLE color: 11162472.
HSL color Cylindrical-coordinate representation of color #6853AA: hue angle of 254.48º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6853AA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 83 | 170 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.33 |
| HSL | 254.48º | 0.34% | 0.5% | - |
| HSV(B) | 254.48º | 0.51% | 0.67% | - |
| XYZ | 16.06 | 12.03 | 39.51 | - |
| YUV | 99.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 170 | 0.39 | 0.51 | 0 | 0.33 | 254.48 | 0.34 | 0.5 |
| Hex | 68 | 53 | AA | 27 | 33 | 0 | 21 | FE | 22 | 32 |
| Octal | 150 | 123 | 252 | 47 | 63 | 0 | 41 | 376 | 42 | 62 |
| Binary | 1101000 | 1010011 | 10101010 | 100111 | 110011 | 0 | 100001 | 11111110 | 100010 | 110010 |
Color Harmonies of #6853AA
Complementary color
Monochromatic Colors of #6853AA
Black with #6853AA
Text Example
Text Example
White with #6853AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853AA; }
p { color: rgb(104,83,170); }
H1.HeaderClassName
{
color: #6853AA;
}
.AnyTagClassName
{
color: #6853AA;
}
</style>
background-color css
<style>
a { background-color: #6853AA; }
a { background-color: rgb(104,83,170); }
div.DivClassName
{
background-color: #6853AA;
}
.BgClassName
{
background-color: #6853AA;
}
</style>
border-color css
<style>
span { border-color: #6853AA; }
span { border-color: rgb(104,83,170); }
td.TdClassName
{
border-color: #6853AA;
}
.TagClassName
{
border-color: #6853AA;
}
</style>