Shades of Blue Marguerite #6B53AB
Tints of Blue Marguerite #6B53AB
RGB
CMYK
RGB Variations
Color information
#6B53AB (or 0x6B53AB) is known color: Blue Marguerite. HEX triplet: 6B, 53 and AB. RGB value is (107,83,171). Sum of RGB (Red+Green+Blue) = 107+83+171=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B53AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B53AB is #94AC54. Grayscale: #636363. Windows color (decimal): -9743445 or 11228011. OLE color: 11228011.
HSL color Cylindrical-coordinate representation of color #6B53AB: hue angle of 256.36º 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 #6B53AB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 83 | 171 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.33 |
| HSL | 256.36º | 0.35% | 0.5% | - |
| HSV(B) | 256.36º | 0.51% | 0.67% | - |
| XYZ | 16.51 | 12.25 | 40.02 | - |
| YUV | 100.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 171 | 0.37 | 0.51 | 0 | 0.33 | 256.36 | 0.35 | 0.5 |
| Hex | 6B | 53 | AB | 25 | 33 | 0 | 21 | 100 | 23 | 32 |
| Octal | 153 | 123 | 253 | 45 | 63 | 0 | 41 | 400 | 43 | 62 |
| Binary | 1101011 | 1010011 | 10101011 | 100101 | 110011 | 0 | 100001 | 100000000 | 100011 | 110010 |
Color Harmonies of #6B53AB
Complementary color
Monochromatic Colors of #6B53AB
Black with #6B53AB
Text Example
Text Example
White with #6B53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B53AB; }
p { color: rgb(107,83,171); }
H1.HeaderClassName
{
color: #6B53AB;
}
.AnyTagClassName
{
color: #6B53AB;
}
</style>
background-color css
<style>
a { background-color: #6B53AB; }
a { background-color: rgb(107,83,171); }
div.DivClassName
{
background-color: #6B53AB;
}
.BgClassName
{
background-color: #6B53AB;
}
</style>
border-color css
<style>
span { border-color: #6B53AB; }
span { border-color: rgb(107,83,171); }
td.TdClassName
{
border-color: #6B53AB;
}
.TagClassName
{
border-color: #6B53AB;
}
</style>