Shades of Blue Marguerite #6C57AB
Tints of Blue Marguerite #6C57AB
RGB
CMYK
RGB Variations
Color information
#6C57AB (or 0x6C57AB) is known color: Blue Marguerite. HEX triplet: 6C, 57 and AB. RGB value is (108,87,171). Sum of RGB (Red+Green+Blue) = 108+87+171=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C57AB is #93A854. Grayscale: #666666. Windows color (decimal): -9676885 or 11229036. OLE color: 11229036.
HSL color Cylindrical-coordinate representation of color #6C57AB: hue angle of 255º 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 #6C57AB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 87 | 171 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.33 |
| HSL | 255º | 0.33% | 0.51% | - |
| HSV(B) | 255º | 0.49% | 0.67% | - |
| XYZ | 16.94 | 12.94 | 40.13 | - |
| YUV | 102.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 171 | 0.37 | 0.49 | 0 | 0.33 | 255 | 0.33 | 0.51 |
| Hex | 6C | 57 | AB | 25 | 31 | 0 | 21 | FF | 21 | 33 |
| Octal | 154 | 127 | 253 | 45 | 61 | 0 | 41 | 377 | 41 | 63 |
| Binary | 1101100 | 1010111 | 10101011 | 100101 | 110001 | 0 | 100001 | 11111111 | 100001 | 110011 |
Color Harmonies of #6C57AB
Complementary color
Monochromatic Colors of #6C57AB
Black with #6C57AB
Text Example
Text Example
White with #6C57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C57AB; }
p { color: rgb(108,87,171); }
H1.HeaderClassName
{
color: #6C57AB;
}
.AnyTagClassName
{
color: #6C57AB;
}
</style>
background-color css
<style>
a { background-color: #6C57AB; }
a { background-color: rgb(108,87,171); }
div.DivClassName
{
background-color: #6C57AB;
}
.BgClassName
{
background-color: #6C57AB;
}
</style>
border-color css
<style>
span { border-color: #6C57AB; }
span { border-color: rgb(108,87,171); }
td.TdClassName
{
border-color: #6C57AB;
}
.TagClassName
{
border-color: #6C57AB;
}
</style>