Shades of Blue Marguerite #6C5BAE
Tints of Blue Marguerite #6C5BAE
RGB
CMYK
RGB Variations
Color information
#6C5BAE (or 0x6C5BAE) is known color: Blue Marguerite. HEX triplet: 6C, 5B and AE. RGB value is (108,91,174). Sum of RGB (Red+Green+Blue) = 108+91+174=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5BAE is #93A451. Grayscale: #696969. Windows color (decimal): -9675858 or 11426668. OLE color: 11426668.
HSL color Cylindrical-coordinate representation of color #6C5BAE: hue angle of 252.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C5BAE is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 91 | 174 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.32 |
| HSL | 252.29º | 0.34% | 0.52% | - |
| HSV(B) | 252.29º | 0.48% | 0.68% | - |
| XYZ | 17.57 | 13.73 | 41.77 | - |
| YUV | 105.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 174 | 0.38 | 0.48 | 0 | 0.32 | 252.29 | 0.34 | 0.52 |
| Hex | 6C | 5B | AE | 26 | 30 | 0 | 20 | FC | 22 | 34 |
| Octal | 154 | 133 | 256 | 46 | 60 | 0 | 40 | 374 | 42 | 64 |
| Binary | 1101100 | 1011011 | 10101110 | 100110 | 110000 | 0 | 100000 | 11111100 | 100010 | 110100 |
Color Harmonies of #6C5BAE
Complementary color
Monochromatic Colors of #6C5BAE
Black with #6C5BAE
Text Example
Text Example
White with #6C5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5BAE; }
p { color: rgb(108,91,174); }
H1.HeaderClassName
{
color: #6C5BAE;
}
.AnyTagClassName
{
color: #6C5BAE;
}
</style>
background-color css
<style>
a { background-color: #6C5BAE; }
a { background-color: rgb(108,91,174); }
div.DivClassName
{
background-color: #6C5BAE;
}
.BgClassName
{
background-color: #6C5BAE;
}
</style>
border-color css
<style>
span { border-color: #6C5BAE; }
span { border-color: rgb(108,91,174); }
td.TdClassName
{
border-color: #6C5BAE;
}
.TagClassName
{
border-color: #6C5BAE;
}
</style>