Shades of Blue Marguerite #6456AB
Tints of Blue Marguerite #6456AB
RGB
CMYK
RGB Variations
Color information
#6456AB (or 0x6456AB) is known color: Blue Marguerite. HEX triplet: 64, 56 and AB. RGB value is (100,86,171). Sum of RGB (Red+Green+Blue) = 100+86+171=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6456AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6456AB is #9BA954. Grayscale: #636363. Windows color (decimal): -10201429 or 11228772. OLE color: 11228772.
HSL color Cylindrical-coordinate representation of color #6456AB: hue angle of 249.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6456AB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 86 | 171 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.33 |
| HSL | 249.88º | 0.34% | 0.5% | - |
| HSV(B) | 249.88º | 0.5% | 0.67% | - |
| XYZ | 15.93 | 12.31 | 40.06 | - |
| YUV | 99.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 171 | 0.42 | 0.50 | 0 | 0.33 | 249.88 | 0.34 | 0.5 |
| Hex | 64 | 56 | AB | 2A | 32 | 0 | 21 | FA | 22 | 32 |
| Octal | 144 | 126 | 253 | 52 | 62 | 0 | 41 | 372 | 42 | 62 |
| Binary | 1100100 | 1010110 | 10101011 | 101010 | 110010 | 0 | 100001 | 11111010 | 100010 | 110010 |
Color Harmonies of #6456AB
Complementary color
Monochromatic Colors of #6456AB
Black with #6456AB
Text Example
Text Example
White with #6456AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6456AB; }
p { color: rgb(100,86,171); }
H1.HeaderClassName
{
color: #6456AB;
}
.AnyTagClassName
{
color: #6456AB;
}
</style>
background-color css
<style>
a { background-color: #6456AB; }
a { background-color: rgb(100,86,171); }
div.DivClassName
{
background-color: #6456AB;
}
.BgClassName
{
background-color: #6456AB;
}
</style>
border-color css
<style>
span { border-color: #6456AB; }
span { border-color: rgb(100,86,171); }
td.TdClassName
{
border-color: #6456AB;
}
.TagClassName
{
border-color: #6456AB;
}
</style>