Shades of Blue Marguerite #6556AD
Tints of Blue Marguerite #6556AD
RGB
CMYK
RGB Variations
Color information
#6556AD (or 0x6556AD) is known color: Blue Marguerite. HEX triplet: 65, 56 and AD. RGB value is (101,86,173). Sum of RGB (Red+Green+Blue) = 101+86+173=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #6556AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6556AD is #9AA952. Grayscale: #646464. Windows color (decimal): -10135891 or 11359845. OLE color: 11359845.
HSL color Cylindrical-coordinate representation of color #6556AD: hue angle of 250.34º 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 #6556AD is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 86 | 173 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.32 |
| HSL | 250.34º | 0.35% | 0.51% | - |
| HSV(B) | 250.34º | 0.5% | 0.68% | - |
| XYZ | 16.24 | 12.44 | 41.08 | - |
| YUV | 100.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 173 | 0.42 | 0.50 | 0 | 0.32 | 250.34 | 0.35 | 0.51 |
| Hex | 65 | 56 | AD | 2A | 32 | 0 | 20 | FA | 23 | 33 |
| Octal | 145 | 126 | 255 | 52 | 62 | 0 | 40 | 372 | 43 | 63 |
| Binary | 1100101 | 1010110 | 10101101 | 101010 | 110010 | 0 | 100000 | 11111010 | 100011 | 110011 |
Color Harmonies of #6556AD
Complementary color
Monochromatic Colors of #6556AD
Black with #6556AD
Text Example
Text Example
White with #6556AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6556AD; }
p { color: rgb(101,86,173); }
H1.HeaderClassName
{
color: #6556AD;
}
.AnyTagClassName
{
color: #6556AD;
}
</style>
background-color css
<style>
a { background-color: #6556AD; }
a { background-color: rgb(101,86,173); }
div.DivClassName
{
background-color: #6556AD;
}
.BgClassName
{
background-color: #6556AD;
}
</style>
border-color css
<style>
span { border-color: #6556AD; }
span { border-color: rgb(101,86,173); }
td.TdClassName
{
border-color: #6556AD;
}
.TagClassName
{
border-color: #6556AD;
}
</style>