Shades of Blue Marguerite #6C57AF
Tints of Blue Marguerite #6C57AF
RGB
CMYK
RGB Variations
Color information
#6C57AF (or 0x6C57AF) is known color: Blue Marguerite. HEX triplet: 6C, 57 and AF. RGB value is (108,87,175). Sum of RGB (Red+Green+Blue) = 108+87+175=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C57AF is #93A850. Grayscale: #666666. Windows color (decimal): -9676881 or 11491180. OLE color: 11491180.
HSL color Cylindrical-coordinate representation of color #6C57AF: hue angle of 254.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C57AF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 87 | 175 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.31 |
| HSL | 254.32º | 0.35% | 0.51% | - |
| HSV(B) | 254.32º | 0.5% | 0.69% | - |
| XYZ | 17.33 | 13.1 | 42.17 | - |
| YUV | 103.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 175 | 0.38 | 0.50 | 0 | 0.31 | 254.32 | 0.35 | 0.51 |
| Hex | 6C | 57 | AF | 26 | 32 | 0 | 1F | FE | 23 | 33 |
| Octal | 154 | 127 | 257 | 46 | 62 | 0 | 37 | 376 | 43 | 63 |
| Binary | 1101100 | 1010111 | 10101111 | 100110 | 110010 | 0 | 11111 | 11111110 | 100011 | 110011 |
Color Harmonies of #6C57AF
Complementary color
Monochromatic Colors of #6C57AF
Black with #6C57AF
Text Example
Text Example
White with #6C57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C57AF; }
p { color: rgb(108,87,175); }
H1.HeaderClassName
{
color: #6C57AF;
}
.AnyTagClassName
{
color: #6C57AF;
}
</style>
background-color css
<style>
a { background-color: #6C57AF; }
a { background-color: rgb(108,87,175); }
div.DivClassName
{
background-color: #6C57AF;
}
.BgClassName
{
background-color: #6C57AF;
}
</style>
border-color css
<style>
span { border-color: #6C57AF; }
span { border-color: rgb(108,87,175); }
td.TdClassName
{
border-color: #6C57AF;
}
.TagClassName
{
border-color: #6C57AF;
}
</style>