Shades of Blue Marguerite #6251BA
Tints of Blue Marguerite #6251BA
RGB
CMYK
RGB Variations
Color information
#6251BA (or 0x6251BA) is known color: Blue Marguerite. HEX triplet: 62, 51 and BA. RGB value is (98,81,186). Sum of RGB (Red+Green+Blue) = 98+81+186=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #6251BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251BA is #9DAE45. Grayscale: #616161. Windows color (decimal): -10333766 or 12210530. OLE color: 12210530.
HSL color Cylindrical-coordinate representation of color #6251BA: hue angle of 249.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6251BA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 81 | 186 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.27 |
| HSL | 249.71º | 0.43% | 0.52% | - |
| HSV(B) | 249.71º | 0.56% | 0.73% | - |
| XYZ | 16.84 | 12.03 | 47.89 | - |
| YUV | 98.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 186 | 0.47 | 0.56 | 0 | 0.27 | 249.71 | 0.43 | 0.52 |
| Hex | 62 | 51 | BA | 2F | 38 | 0 | 1B | FA | 2B | 34 |
| Octal | 142 | 121 | 272 | 57 | 70 | 0 | 33 | 372 | 53 | 64 |
| Binary | 1100010 | 1010001 | 10111010 | 101111 | 111000 | 0 | 11011 | 11111010 | 101011 | 110100 |
Color Harmonies of #6251BA
Complementary color
Monochromatic Colors of #6251BA
Black with #6251BA
Text Example
Text Example
White with #6251BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251BA; }
p { color: rgb(98,81,186); }
H1.HeaderClassName
{
color: #6251BA;
}
.AnyTagClassName
{
color: #6251BA;
}
</style>
background-color css
<style>
a { background-color: #6251BA; }
a { background-color: rgb(98,81,186); }
div.DivClassName
{
background-color: #6251BA;
}
.BgClassName
{
background-color: #6251BA;
}
</style>
border-color css
<style>
span { border-color: #6251BA; }
span { border-color: rgb(98,81,186); }
td.TdClassName
{
border-color: #6251BA;
}
.TagClassName
{
border-color: #6251BA;
}
</style>