Shades of Blue Marguerite #6C53AC
Tints of Blue Marguerite #6C53AC
RGB
CMYK
RGB Variations
Color information
#6C53AC (or 0x6C53AC) is known color: Blue Marguerite. HEX triplet: 6C, 53 and AC. RGB value is (108,83,172). Sum of RGB (Red+Green+Blue) = 108+83+172=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C53AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C53AC is #93AC53. Grayscale: #646464. Windows color (decimal): -9677908 or 11293548. OLE color: 11293548.
HSL color Cylindrical-coordinate representation of color #6C53AC: hue angle of 256.85º 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 #6C53AC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 83 | 172 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.33 |
| HSL | 256.85º | 0.35% | 0.5% | - |
| HSV(B) | 256.85º | 0.52% | 0.67% | - |
| XYZ | 16.72 | 12.35 | 40.53 | - |
| YUV | 100.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 172 | 0.37 | 0.52 | 0 | 0.33 | 256.85 | 0.35 | 0.5 |
| Hex | 6C | 53 | AC | 25 | 34 | 0 | 21 | 101 | 23 | 32 |
| Octal | 154 | 123 | 254 | 45 | 64 | 0 | 41 | 401 | 43 | 62 |
| Binary | 1101100 | 1010011 | 10101100 | 100101 | 110100 | 0 | 100001 | 100000001 | 100011 | 110010 |
Color Harmonies of #6C53AC
Complementary color
Monochromatic Colors of #6C53AC
Black with #6C53AC
Text Example
Text Example
White with #6C53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C53AC; }
p { color: rgb(108,83,172); }
H1.HeaderClassName
{
color: #6C53AC;
}
.AnyTagClassName
{
color: #6C53AC;
}
</style>
background-color css
<style>
a { background-color: #6C53AC; }
a { background-color: rgb(108,83,172); }
div.DivClassName
{
background-color: #6C53AC;
}
.BgClassName
{
background-color: #6C53AC;
}
</style>
border-color css
<style>
span { border-color: #6C53AC; }
span { border-color: rgb(108,83,172); }
td.TdClassName
{
border-color: #6C53AC;
}
.TagClassName
{
border-color: #6C53AC;
}
</style>