Shades of Blue Marguerite #6C5DAD
Tints of Blue Marguerite #6C5DAD
RGB
CMYK
RGB Variations
Color information
#6C5DAD (or 0x6C5DAD) is known color: Blue Marguerite. HEX triplet: 6C, 5D and AD. RGB value is (108,93,173). Sum of RGB (Red+Green+Blue) = 108+93+173=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5DAD is #93A252. Grayscale: #6A6A6A. Windows color (decimal): -9675347 or 11361644. OLE color: 11361644.
HSL color Cylindrical-coordinate representation of color #6C5DAD: hue angle of 251.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C5DAD is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 93 | 173 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.32 |
| HSL | 251.25º | 0.33% | 0.52% | - |
| HSV(B) | 251.25º | 0.46% | 0.68% | - |
| XYZ | 17.64 | 14.03 | 41.31 | - |
| YUV | 106.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 173 | 0.38 | 0.46 | 0 | 0.32 | 251.25 | 0.33 | 0.52 |
| Hex | 6C | 5D | AD | 26 | 2E | 0 | 20 | FB | 21 | 34 |
| Octal | 154 | 135 | 255 | 46 | 56 | 0 | 40 | 373 | 41 | 64 |
| Binary | 1101100 | 1011101 | 10101101 | 100110 | 101110 | 0 | 100000 | 11111011 | 100001 | 110100 |
Color Harmonies of #6C5DAD
Complementary color
Monochromatic Colors of #6C5DAD
Black with #6C5DAD
Text Example
Text Example
White with #6C5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5DAD; }
p { color: rgb(108,93,173); }
H1.HeaderClassName
{
color: #6C5DAD;
}
.AnyTagClassName
{
color: #6C5DAD;
}
</style>
background-color css
<style>
a { background-color: #6C5DAD; }
a { background-color: rgb(108,93,173); }
div.DivClassName
{
background-color: #6C5DAD;
}
.BgClassName
{
background-color: #6C5DAD;
}
</style>
border-color css
<style>
span { border-color: #6C5DAD; }
span { border-color: rgb(108,93,173); }
td.TdClassName
{
border-color: #6C5DAD;
}
.TagClassName
{
border-color: #6C5DAD;
}
</style>