Shades of Blue Marguerite #6256AB
Tints of Blue Marguerite #6256AB
RGB
CMYK
RGB Variations
Color information
#6256AB (or 0x6256AB) is known color: Blue Marguerite. HEX triplet: 62, 56 and AB. RGB value is (98,86,171). Sum of RGB (Red+Green+Blue) = 98+86+171=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #6256AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6256AB is #9DA954. Grayscale: #626262. Windows color (decimal): -10332501 or 11228770. OLE color: 11228770.
HSL color Cylindrical-coordinate representation of color #6256AB: hue angle of 248.47º 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 #6256AB is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 86 | 171 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.33 |
| HSL | 248.47º | 0.34% | 0.5% | - |
| HSV(B) | 248.47º | 0.5% | 0.67% | - |
| XYZ | 15.72 | 12.19 | 40.05 | - |
| YUV | 99.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 171 | 0.43 | 0.50 | 0 | 0.33 | 248.47 | 0.34 | 0.5 |
| Hex | 62 | 56 | AB | 2B | 32 | 0 | 21 | F8 | 22 | 32 |
| Octal | 142 | 126 | 253 | 53 | 62 | 0 | 41 | 370 | 42 | 62 |
| Binary | 1100010 | 1010110 | 10101011 | 101011 | 110010 | 0 | 100001 | 11111000 | 100010 | 110010 |
Color Harmonies of #6256AB
Complementary color
Monochromatic Colors of #6256AB
Black with #6256AB
Text Example
Text Example
White with #6256AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256AB; }
p { color: rgb(98,86,171); }
H1.HeaderClassName
{
color: #6256AB;
}
.AnyTagClassName
{
color: #6256AB;
}
</style>
background-color css
<style>
a { background-color: #6256AB; }
a { background-color: rgb(98,86,171); }
div.DivClassName
{
background-color: #6256AB;
}
.BgClassName
{
background-color: #6256AB;
}
</style>
border-color css
<style>
span { border-color: #6256AB; }
span { border-color: rgb(98,86,171); }
td.TdClassName
{
border-color: #6256AB;
}
.TagClassName
{
border-color: #6256AB;
}
</style>