Shades of Blue Marguerite #6256A3
Tints of Blue Marguerite #6256A3
RGB
CMYK
RGB Variations
Color information
#6256A3 (or 0x6256A3) is known color: Blue Marguerite. HEX triplet: 62, 56 and A3. RGB value is (98,86,163). Sum of RGB (Red+Green+Blue) = 98+86+163=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 163 - color contains mainly: blue. Hex color #6256A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6256A3 is #9DA95C. Grayscale: #626262. Windows color (decimal): -10332509 or 10704482. OLE color: 10704482.
HSL color Cylindrical-coordinate representation of color #6256A3: hue angle of 249.35º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6256A3 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 86 | 163 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.36 |
| HSL | 249.35º | 0.31% | 0.49% | - |
| HSV(B) | 249.35º | 0.47% | 0.64% | - |
| XYZ | 14.98 | 11.9 | 36.16 | - |
| YUV | 98.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 163 | 0.40 | 0.47 | 0 | 0.36 | 249.35 | 0.31 | 0.49 |
| Hex | 62 | 56 | A3 | 28 | 2F | 0 | 24 | F9 | 1F | 31 |
| Octal | 142 | 126 | 243 | 50 | 57 | 0 | 44 | 371 | 37 | 61 |
| Binary | 1100010 | 1010110 | 10100011 | 101000 | 101111 | 0 | 100100 | 11111001 | 11111 | 110001 |
Color Harmonies of #6256A3
Complementary color
Monochromatic Colors of #6256A3
Black with #6256A3
Text Example
Text Example
White with #6256A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256A3; }
p { color: rgb(98,86,163); }
H1.HeaderClassName
{
color: #6256A3;
}
.AnyTagClassName
{
color: #6256A3;
}
</style>
background-color css
<style>
a { background-color: #6256A3; }
a { background-color: rgb(98,86,163); }
div.DivClassName
{
background-color: #6256A3;
}
.BgClassName
{
background-color: #6256A3;
}
</style>
border-color css
<style>
span { border-color: #6256A3; }
span { border-color: rgb(98,86,163); }
td.TdClassName
{
border-color: #6256A3;
}
.TagClassName
{
border-color: #6256A3;
}
</style>