Shades of Blue Marguerite #6C54AA
Tints of Blue Marguerite #6C54AA
RGB
CMYK
RGB Variations
Color information
#6C54AA (or 0x6C54AA) is known color: Blue Marguerite. HEX triplet: 6C, 54 and AA. RGB value is (108,84,170). Sum of RGB (Red+Green+Blue) = 108+84+170=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C54AA is #93AB55. Grayscale: #646464. Windows color (decimal): -9677654 or 11162732. OLE color: 11162732.
HSL color Cylindrical-coordinate representation of color #6C54AA: hue angle of 256.74º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C54AA is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 84 | 170 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.33 |
| HSL | 256.74º | 0.34% | 0.5% | - |
| HSV(B) | 256.74º | 0.51% | 0.67% | - |
| XYZ | 16.61 | 12.43 | 39.55 | - |
| YUV | 100.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 170 | 0.36 | 0.51 | 0 | 0.33 | 256.74 | 0.34 | 0.5 |
| Hex | 6C | 54 | AA | 24 | 33 | 0 | 21 | 101 | 22 | 32 |
| Octal | 154 | 124 | 252 | 44 | 63 | 0 | 41 | 401 | 42 | 62 |
| Binary | 1101100 | 1010100 | 10101010 | 100100 | 110011 | 0 | 100001 | 100000001 | 100010 | 110010 |
Color Harmonies of #6C54AA
Complementary color
Monochromatic Colors of #6C54AA
Black with #6C54AA
Text Example
Text Example
White with #6C54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C54AA; }
p { color: rgb(108,84,170); }
H1.HeaderClassName
{
color: #6C54AA;
}
.AnyTagClassName
{
color: #6C54AA;
}
</style>
background-color css
<style>
a { background-color: #6C54AA; }
a { background-color: rgb(108,84,170); }
div.DivClassName
{
background-color: #6C54AA;
}
.BgClassName
{
background-color: #6C54AA;
}
</style>
border-color css
<style>
span { border-color: #6C54AA; }
span { border-color: rgb(108,84,170); }
td.TdClassName
{
border-color: #6C54AA;
}
.TagClassName
{
border-color: #6C54AA;
}
</style>