Shades of Blue Marguerite #6257B2
Tints of Blue Marguerite #6257B2
RGB
CMYK
RGB Variations
Color information
#6257B2 (or 0x6257B2) is known color: Blue Marguerite. HEX triplet: 62, 57 and B2. RGB value is (98,87,178). Sum of RGB (Red+Green+Blue) = 98+87+178=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #6257B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6257B2 is #9DA84D. Grayscale: #646464. Windows color (decimal): -10332238 or 11687778. OLE color: 11687778.
HSL color Cylindrical-coordinate representation of color #6257B2: hue angle of 247.25º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6257B2 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 87 | 178 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.30 |
| HSL | 247.25º | 0.37% | 0.52% | - |
| HSV(B) | 247.25º | 0.51% | 0.7% | - |
| XYZ | 16.48 | 12.63 | 43.69 | - |
| YUV | 100.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 178 | 0.45 | 0.51 | 0 | 0.30 | 247.25 | 0.37 | 0.52 |
| Hex | 62 | 57 | B2 | 2D | 33 | 0 | 1E | F7 | 25 | 34 |
| Octal | 142 | 127 | 262 | 55 | 63 | 0 | 36 | 367 | 45 | 64 |
| Binary | 1100010 | 1010111 | 10110010 | 101101 | 110011 | 0 | 11110 | 11110111 | 100101 | 110100 |
Color Harmonies of #6257B2
Complementary color
Monochromatic Colors of #6257B2
Black with #6257B2
Text Example
Text Example
White with #6257B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257B2; }
p { color: rgb(98,87,178); }
H1.HeaderClassName
{
color: #6257B2;
}
.AnyTagClassName
{
color: #6257B2;
}
</style>
background-color css
<style>
a { background-color: #6257B2; }
a { background-color: rgb(98,87,178); }
div.DivClassName
{
background-color: #6257B2;
}
.BgClassName
{
background-color: #6257B2;
}
</style>
border-color css
<style>
span { border-color: #6257B2; }
span { border-color: rgb(98,87,178); }
td.TdClassName
{
border-color: #6257B2;
}
.TagClassName
{
border-color: #6257B2;
}
</style>