Shades of Blue Marguerite #6C53AB
Tints of Blue Marguerite #6C53AB
RGB
CMYK
RGB Variations
Color information
#6C53AB (or 0x6C53AB) is known color: Blue Marguerite. HEX triplet: 6C, 53 and AB. RGB value is (108,83,171). Sum of RGB (Red+Green+Blue) = 108+83+171=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C53AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C53AB is #93AC54. Grayscale: #646464. Windows color (decimal): -9677909 or 11228012. OLE color: 11228012.
HSL color Cylindrical-coordinate representation of color #6C53AB: hue angle of 257.05º degrees, saturation: 0.35, 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 #6C53AB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 83 | 171 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.33 |
| HSL | 257.05º | 0.35% | 0.5% | - |
| HSV(B) | 257.05º | 0.51% | 0.67% | - |
| XYZ | 16.63 | 12.31 | 40.03 | - |
| YUV | 100.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 171 | 0.37 | 0.51 | 0 | 0.33 | 257.05 | 0.35 | 0.5 |
| Hex | 6C | 53 | AB | 25 | 33 | 0 | 21 | 101 | 23 | 32 |
| Octal | 154 | 123 | 253 | 45 | 63 | 0 | 41 | 401 | 43 | 62 |
| Binary | 1101100 | 1010011 | 10101011 | 100101 | 110011 | 0 | 100001 | 100000001 | 100011 | 110010 |
Color Harmonies of #6C53AB
Complementary color
Monochromatic Colors of #6C53AB
Black with #6C53AB
Text Example
Text Example
White with #6C53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C53AB; }
p { color: rgb(108,83,171); }
H1.HeaderClassName
{
color: #6C53AB;
}
.AnyTagClassName
{
color: #6C53AB;
}
</style>
background-color css
<style>
a { background-color: #6C53AB; }
a { background-color: rgb(108,83,171); }
div.DivClassName
{
background-color: #6C53AB;
}
.BgClassName
{
background-color: #6C53AB;
}
</style>
border-color css
<style>
span { border-color: #6C53AB; }
span { border-color: rgb(108,83,171); }
td.TdClassName
{
border-color: #6C53AB;
}
.TagClassName
{
border-color: #6C53AB;
}
</style>