Shades of Blue Marguerite #6C5AAA
Tints of Blue Marguerite #6C5AAA
RGB
CMYK
RGB Variations
Color information
#6C5AAA (or 0x6C5AAA) is known color: Blue Marguerite. HEX triplet: 6C, 5A and AA. RGB value is (108,90,170). Sum of RGB (Red+Green+Blue) = 108+90+170=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5AAA is #93A555. Grayscale: #686868. Windows color (decimal): -9676118 or 11164268. OLE color: 11164268.
HSL color Cylindrical-coordinate representation of color #6C5AAA: hue angle of 253.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C5AAA is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 90 | 170 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.33 |
| HSL | 253.5º | 0.32% | 0.51% | - |
| HSV(B) | 253.5º | 0.47% | 0.67% | - |
| XYZ | 17.1 | 13.4 | 39.72 | - |
| YUV | 104.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 170 | 0.36 | 0.47 | 0 | 0.33 | 253.5 | 0.32 | 0.51 |
| Hex | 6C | 5A | AA | 24 | 2F | 0 | 21 | FE | 20 | 33 |
| Octal | 154 | 132 | 252 | 44 | 57 | 0 | 41 | 376 | 40 | 63 |
| Binary | 1101100 | 1011010 | 10101010 | 100100 | 101111 | 0 | 100001 | 11111110 | 100000 | 110011 |
Color Harmonies of #6C5AAA
Complementary color
Monochromatic Colors of #6C5AAA
Black with #6C5AAA
Text Example
Text Example
White with #6C5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5AAA; }
p { color: rgb(108,90,170); }
H1.HeaderClassName
{
color: #6C5AAA;
}
.AnyTagClassName
{
color: #6C5AAA;
}
</style>
background-color css
<style>
a { background-color: #6C5AAA; }
a { background-color: rgb(108,90,170); }
div.DivClassName
{
background-color: #6C5AAA;
}
.BgClassName
{
background-color: #6C5AAA;
}
</style>
border-color css
<style>
span { border-color: #6C5AAA; }
span { border-color: rgb(108,90,170); }
td.TdClassName
{
border-color: #6C5AAA;
}
.TagClassName
{
border-color: #6C5AAA;
}
</style>