Shades of Blue Marguerite #6D56AD
Tints of Blue Marguerite #6D56AD
RGB
CMYK
RGB Variations
Color information
#6D56AD (or 0x6D56AD) is known color: Blue Marguerite. HEX triplet: 6D, 56 and AD. RGB value is (109,86,173). Sum of RGB (Red+Green+Blue) = 109+86+173=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D56AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D56AD is #92A952. Grayscale: #666666. Windows color (decimal): -9611603 or 11359853. OLE color: 11359853.
HSL color Cylindrical-coordinate representation of color #6D56AD: hue angle of 255.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D56AD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 86 | 173 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.32 |
| HSL | 255.86º | 0.35% | 0.51% | - |
| HSV(B) | 255.86º | 0.5% | 0.68% | - |
| XYZ | 17.18 | 12.92 | 41.12 | - |
| YUV | 102.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 173 | 0.37 | 0.50 | 0 | 0.32 | 255.86 | 0.35 | 0.51 |
| Hex | 6D | 56 | AD | 25 | 32 | 0 | 20 | 100 | 23 | 33 |
| Octal | 155 | 126 | 255 | 45 | 62 | 0 | 40 | 400 | 43 | 63 |
| Binary | 1101101 | 1010110 | 10101101 | 100101 | 110010 | 0 | 100000 | 100000000 | 100011 | 110011 |
Color Harmonies of #6D56AD
Complementary color
Monochromatic Colors of #6D56AD
Black with #6D56AD
Text Example
Text Example
White with #6D56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D56AD; }
p { color: rgb(109,86,173); }
H1.HeaderClassName
{
color: #6D56AD;
}
.AnyTagClassName
{
color: #6D56AD;
}
</style>
background-color css
<style>
a { background-color: #6D56AD; }
a { background-color: rgb(109,86,173); }
div.DivClassName
{
background-color: #6D56AD;
}
.BgClassName
{
background-color: #6D56AD;
}
</style>
border-color css
<style>
span { border-color: #6D56AD; }
span { border-color: rgb(109,86,173); }
td.TdClassName
{
border-color: #6D56AD;
}
.TagClassName
{
border-color: #6D56AD;
}
</style>