Shades of Blue Marguerite #6A57AB
Tints of Blue Marguerite #6A57AB
RGB
CMYK
RGB Variations
Color information
#6A57AB (or 0x6A57AB) is known color: Blue Marguerite. HEX triplet: 6A, 57 and AB. RGB value is (106,87,171). Sum of RGB (Red+Green+Blue) = 106+87+171=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A57AB is #95A854. Grayscale: #656565. Windows color (decimal): -9807957 or 11229034. OLE color: 11229034.
HSL color Cylindrical-coordinate representation of color #6A57AB: hue angle of 253.57º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A57AB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 87 | 171 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.33 |
| HSL | 253.57º | 0.33% | 0.51% | - |
| HSV(B) | 253.57º | 0.49% | 0.67% | - |
| XYZ | 16.7 | 12.82 | 40.12 | - |
| YUV | 102.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 171 | 0.38 | 0.49 | 0 | 0.33 | 253.57 | 0.33 | 0.51 |
| Hex | 6A | 57 | AB | 26 | 31 | 0 | 21 | FE | 21 | 33 |
| Octal | 152 | 127 | 253 | 46 | 61 | 0 | 41 | 376 | 41 | 63 |
| Binary | 1101010 | 1010111 | 10101011 | 100110 | 110001 | 0 | 100001 | 11111110 | 100001 | 110011 |
Color Harmonies of #6A57AB
Complementary color
Monochromatic Colors of #6A57AB
Black with #6A57AB
Text Example
Text Example
White with #6A57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A57AB; }
p { color: rgb(106,87,171); }
H1.HeaderClassName
{
color: #6A57AB;
}
.AnyTagClassName
{
color: #6A57AB;
}
</style>
background-color css
<style>
a { background-color: #6A57AB; }
a { background-color: rgb(106,87,171); }
div.DivClassName
{
background-color: #6A57AB;
}
.BgClassName
{
background-color: #6A57AB;
}
</style>
border-color css
<style>
span { border-color: #6A57AB; }
span { border-color: rgb(106,87,171); }
td.TdClassName
{
border-color: #6A57AB;
}
.TagClassName
{
border-color: #6A57AB;
}
</style>