Shades of Blue Marguerite #6D5DAC
Tints of Blue Marguerite #6D5DAC
RGB
CMYK
RGB Variations
Color information
#6D5DAC (or 0x6D5DAC) is known color: Blue Marguerite. HEX triplet: 6D, 5D and AC. RGB value is (109,93,172). Sum of RGB (Red+Green+Blue) = 109+93+172=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5DAC is #92A253. Grayscale: #6A6A6A. Windows color (decimal): -9609812 or 11296109. OLE color: 11296109.
HSL color Cylindrical-coordinate representation of color #6D5DAC: hue angle of 252.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D5DAC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 93 | 172 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.33 |
| HSL | 252.15º | 0.32% | 0.52% | - |
| HSV(B) | 252.15º | 0.46% | 0.67% | - |
| XYZ | 17.67 | 14.06 | 40.81 | - |
| YUV | 106.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 172 | 0.37 | 0.46 | 0 | 0.33 | 252.15 | 0.32 | 0.52 |
| Hex | 6D | 5D | AC | 25 | 2E | 0 | 21 | FC | 20 | 34 |
| Octal | 155 | 135 | 254 | 45 | 56 | 0 | 41 | 374 | 40 | 64 |
| Binary | 1101101 | 1011101 | 10101100 | 100101 | 101110 | 0 | 100001 | 11111100 | 100000 | 110100 |
Color Harmonies of #6D5DAC
Complementary color
Monochromatic Colors of #6D5DAC
Black with #6D5DAC
Text Example
Text Example
White with #6D5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5DAC; }
p { color: rgb(109,93,172); }
H1.HeaderClassName
{
color: #6D5DAC;
}
.AnyTagClassName
{
color: #6D5DAC;
}
</style>
background-color css
<style>
a { background-color: #6D5DAC; }
a { background-color: rgb(109,93,172); }
div.DivClassName
{
background-color: #6D5DAC;
}
.BgClassName
{
background-color: #6D5DAC;
}
</style>
border-color css
<style>
span { border-color: #6D5DAC; }
span { border-color: rgb(109,93,172); }
td.TdClassName
{
border-color: #6D5DAC;
}
.TagClassName
{
border-color: #6D5DAC;
}
</style>