Shades of Blue Marguerite #6256AE
Tints of Blue Marguerite #6256AE
RGB
CMYK
RGB Variations
Color information
#6256AE (or 0x6256AE) is known color: Blue Marguerite. HEX triplet: 62, 56 and AE. RGB value is (98,86,174). Sum of RGB (Red+Green+Blue) = 98+86+174=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6256AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6256AE is #9DA951. Grayscale: #636363. Windows color (decimal): -10332498 or 11425378. OLE color: 11425378.
HSL color Cylindrical-coordinate representation of color #6256AE: hue angle of 248.18º 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 #6256AE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 86 | 174 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.32 |
| HSL | 248.18º | 0.35% | 0.51% | - |
| HSV(B) | 248.18º | 0.51% | 0.68% | - |
| XYZ | 16 | 12.31 | 41.58 | - |
| YUV | 99.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 174 | 0.44 | 0.51 | 0 | 0.32 | 248.18 | 0.35 | 0.51 |
| Hex | 62 | 56 | AE | 2C | 33 | 0 | 20 | F8 | 23 | 33 |
| Octal | 142 | 126 | 256 | 54 | 63 | 0 | 40 | 370 | 43 | 63 |
| Binary | 1100010 | 1010110 | 10101110 | 101100 | 110011 | 0 | 100000 | 11111000 | 100011 | 110011 |
Color Harmonies of #6256AE
Complementary color
Monochromatic Colors of #6256AE
Black with #6256AE
Text Example
Text Example
White with #6256AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256AE; }
p { color: rgb(98,86,174); }
H1.HeaderClassName
{
color: #6256AE;
}
.AnyTagClassName
{
color: #6256AE;
}
</style>
background-color css
<style>
a { background-color: #6256AE; }
a { background-color: rgb(98,86,174); }
div.DivClassName
{
background-color: #6256AE;
}
.BgClassName
{
background-color: #6256AE;
}
</style>
border-color css
<style>
span { border-color: #6256AE; }
span { border-color: rgb(98,86,174); }
td.TdClassName
{
border-color: #6256AE;
}
.TagClassName
{
border-color: #6256AE;
}
</style>