Shades of Blue Marguerite #6456AE
Tints of Blue Marguerite #6456AE
RGB
CMYK
RGB Variations
Color information
#6456AE (or 0x6456AE) is known color: Blue Marguerite. HEX triplet: 64, 56 and AE. RGB value is (100,86,174). Sum of RGB (Red+Green+Blue) = 100+86+174=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #6456AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6456AE is #9BA951. Grayscale: #636363. Windows color (decimal): -10201426 or 11425380. OLE color: 11425380.
HSL color Cylindrical-coordinate representation of color #6456AE: hue angle of 249.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6456AE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 86 | 174 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.32 |
| HSL | 249.55º | 0.35% | 0.51% | - |
| HSV(B) | 249.55º | 0.51% | 0.68% | - |
| XYZ | 16.22 | 12.42 | 41.59 | - |
| YUV | 100.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 174 | 0.43 | 0.51 | 0 | 0.32 | 249.55 | 0.35 | 0.51 |
| Hex | 64 | 56 | AE | 2B | 33 | 0 | 20 | FA | 23 | 33 |
| Octal | 144 | 126 | 256 | 53 | 63 | 0 | 40 | 372 | 43 | 63 |
| Binary | 1100100 | 1010110 | 10101110 | 101011 | 110011 | 0 | 100000 | 11111010 | 100011 | 110011 |
Color Harmonies of #6456AE
Complementary color
Monochromatic Colors of #6456AE
Black with #6456AE
Text Example
Text Example
White with #6456AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6456AE; }
p { color: rgb(100,86,174); }
H1.HeaderClassName
{
color: #6456AE;
}
.AnyTagClassName
{
color: #6456AE;
}
</style>
background-color css
<style>
a { background-color: #6456AE; }
a { background-color: rgb(100,86,174); }
div.DivClassName
{
background-color: #6456AE;
}
.BgClassName
{
background-color: #6456AE;
}
</style>
border-color css
<style>
span { border-color: #6456AE; }
span { border-color: rgb(100,86,174); }
td.TdClassName
{
border-color: #6456AE;
}
.TagClassName
{
border-color: #6456AE;
}
</style>