Shades of Blue Marguerite #6852A3
Tints of Blue Marguerite #6852A3
RGB
CMYK
RGB Variations
Color information
#6852A3 (or 0x6852A3) is known color: Blue Marguerite. HEX triplet: 68, 52 and A3. RGB value is (104,82,163). Sum of RGB (Red+Green+Blue) = 104+82+163=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: blue. Hex color #6852A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6852A3 is #97AD5C. Grayscale: #616161. Windows color (decimal): -9940317 or 10703464. OLE color: 10703464.
HSL color Cylindrical-coordinate representation of color #6852A3: hue angle of 256.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6852A3 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 82 | 163 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.36 |
| HSL | 256.3º | 0.33% | 0.48% | - |
| HSV(B) | 256.3º | 0.5% | 0.64% | - |
| XYZ | 15.34 | 11.62 | 36.09 | - |
| YUV | 97.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 163 | 0.36 | 0.50 | 0 | 0.36 | 256.3 | 0.33 | 0.48 |
| Hex | 68 | 52 | A3 | 24 | 32 | 0 | 24 | 100 | 21 | 30 |
| Octal | 150 | 122 | 243 | 44 | 62 | 0 | 44 | 400 | 41 | 60 |
| Binary | 1101000 | 1010010 | 10100011 | 100100 | 110010 | 0 | 100100 | 100000000 | 100001 | 110000 |
Color Harmonies of #6852A3
Complementary color
Monochromatic Colors of #6852A3
Black with #6852A3
Text Example
Text Example
White with #6852A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6852A3; }
p { color: rgb(104,82,163); }
H1.HeaderClassName
{
color: #6852A3;
}
.AnyTagClassName
{
color: #6852A3;
}
</style>
background-color css
<style>
a { background-color: #6852A3; }
a { background-color: rgb(104,82,163); }
div.DivClassName
{
background-color: #6852A3;
}
.BgClassName
{
background-color: #6852A3;
}
</style>
border-color css
<style>
span { border-color: #6852A3; }
span { border-color: rgb(104,82,163); }
td.TdClassName
{
border-color: #6852A3;
}
.TagClassName
{
border-color: #6852A3;
}
</style>