Shades of Blue Marguerite #6C57AE
Tints of Blue Marguerite #6C57AE
RGB
CMYK
RGB Variations
Color information
#6C57AE (or 0x6C57AE) is known color: Blue Marguerite. HEX triplet: 6C, 57 and AE. RGB value is (108,87,174). Sum of RGB (Red+Green+Blue) = 108+87+174=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C57AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C57AE is #93A851. Grayscale: #666666. Windows color (decimal): -9676882 or 11425644. OLE color: 11425644.
HSL color Cylindrical-coordinate representation of color #6C57AE: hue angle of 254.48º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C57AE is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 87 | 174 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.32 |
| HSL | 254.48º | 0.35% | 0.51% | - |
| HSV(B) | 254.48º | 0.5% | 0.68% | - |
| XYZ | 17.23 | 13.06 | 41.66 | - |
| YUV | 103.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 174 | 0.38 | 0.5 | 0 | 0.32 | 254.48 | 0.35 | 0.51 |
| Hex | 6C | 57 | AE | 26 | 32 | 0 | 20 | FE | 23 | 33 |
| Octal | 154 | 127 | 256 | 46 | 62 | 0 | 40 | 376 | 43 | 63 |
| Binary | 1101100 | 1010111 | 10101110 | 100110 | 110010 | 0 | 100000 | 11111110 | 100011 | 110011 |
Color Harmonies of #6C57AE
Complementary color
Monochromatic Colors of #6C57AE
Black with #6C57AE
Text Example
Text Example
White with #6C57AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C57AE; }
p { color: rgb(108,87,174); }
H1.HeaderClassName
{
color: #6C57AE;
}
.AnyTagClassName
{
color: #6C57AE;
}
</style>
background-color css
<style>
a { background-color: #6C57AE; }
a { background-color: rgb(108,87,174); }
div.DivClassName
{
background-color: #6C57AE;
}
.BgClassName
{
background-color: #6C57AE;
}
</style>
border-color css
<style>
span { border-color: #6C57AE; }
span { border-color: rgb(108,87,174); }
td.TdClassName
{
border-color: #6C57AE;
}
.TagClassName
{
border-color: #6C57AE;
}
</style>