Shades of Blue Marguerite #6656AD
Tints of Blue Marguerite #6656AD
RGB
CMYK
RGB Variations
Color information
#6656AD (or 0x6656AD) is known color: Blue Marguerite. HEX triplet: 66, 56 and AD. RGB value is (102,86,173). Sum of RGB (Red+Green+Blue) = 102+86+173=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #6656AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6656AD is #99A952. Grayscale: #646464. Windows color (decimal): -10070355 or 11359846. OLE color: 11359846.
HSL color Cylindrical-coordinate representation of color #6656AD: hue angle of 251.03º 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 #6656AD is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 86 | 173 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.32 |
| HSL | 251.03º | 0.35% | 0.51% | - |
| HSV(B) | 251.03º | 0.5% | 0.68% | - |
| XYZ | 16.35 | 12.5 | 41.09 | - |
| YUV | 100.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 173 | 0.41 | 0.50 | 0 | 0.32 | 251.03 | 0.35 | 0.51 |
| Hex | 66 | 56 | AD | 29 | 32 | 0 | 20 | FB | 23 | 33 |
| Octal | 146 | 126 | 255 | 51 | 62 | 0 | 40 | 373 | 43 | 63 |
| Binary | 1100110 | 1010110 | 10101101 | 101001 | 110010 | 0 | 100000 | 11111011 | 100011 | 110011 |
Color Harmonies of #6656AD
Complementary color
Monochromatic Colors of #6656AD
Black with #6656AD
Text Example
Text Example
White with #6656AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656AD; }
p { color: rgb(102,86,173); }
H1.HeaderClassName
{
color: #6656AD;
}
.AnyTagClassName
{
color: #6656AD;
}
</style>
background-color css
<style>
a { background-color: #6656AD; }
a { background-color: rgb(102,86,173); }
div.DivClassName
{
background-color: #6656AD;
}
.BgClassName
{
background-color: #6656AD;
}
</style>
border-color css
<style>
span { border-color: #6656AD; }
span { border-color: rgb(102,86,173); }
td.TdClassName
{
border-color: #6656AD;
}
.TagClassName
{
border-color: #6656AD;
}
</style>