Shades of Blue Marguerite #6257A6
Tints of Blue Marguerite #6257A6
RGB
CMYK
RGB Variations
Color information
#6257A6 (or 0x6257A6) is known color: Blue Marguerite. HEX triplet: 62, 57 and A6. RGB value is (98,87,166). Sum of RGB (Red+Green+Blue) = 98+87+166=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 166 - color contains mainly: blue. Hex color #6257A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6257A6 is #9DA859. Grayscale: #626262. Windows color (decimal): -10332250 or 10901346. OLE color: 10901346.
HSL color Cylindrical-coordinate representation of color #6257A6: hue angle of 248.35º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6257A6 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 87 | 166 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.35 |
| HSL | 248.35º | 0.31% | 0.5% | - |
| HSV(B) | 248.35º | 0.48% | 0.65% | - |
| XYZ | 15.33 | 12.17 | 37.62 | - |
| YUV | 99.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 166 | 0.41 | 0.48 | 0 | 0.35 | 248.35 | 0.31 | 0.5 |
| Hex | 62 | 57 | A6 | 29 | 30 | 0 | 23 | F8 | 1F | 32 |
| Octal | 142 | 127 | 246 | 51 | 60 | 0 | 43 | 370 | 37 | 62 |
| Binary | 1100010 | 1010111 | 10100110 | 101001 | 110000 | 0 | 100011 | 11111000 | 11111 | 110010 |
Color Harmonies of #6257A6
Complementary color
Monochromatic Colors of #6257A6
Black with #6257A6
Text Example
Text Example
White with #6257A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257A6; }
p { color: rgb(98,87,166); }
H1.HeaderClassName
{
color: #6257A6;
}
.AnyTagClassName
{
color: #6257A6;
}
</style>
background-color css
<style>
a { background-color: #6257A6; }
a { background-color: rgb(98,87,166); }
div.DivClassName
{
background-color: #6257A6;
}
.BgClassName
{
background-color: #6257A6;
}
</style>
border-color css
<style>
span { border-color: #6257A6; }
span { border-color: rgb(98,87,166); }
td.TdClassName
{
border-color: #6257A6;
}
.TagClassName
{
border-color: #6257A6;
}
</style>