Shades of Blue Marguerite #6250BA
Tints of Blue Marguerite #6250BA
RGB
CMYK
RGB Variations
Color information
#6250BA (or 0x6250BA) is known color: Blue Marguerite. HEX triplet: 62, 50 and BA. RGB value is (98,80,186). Sum of RGB (Red+Green+Blue) = 98+80+186=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #6250BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250BA is #9DAF45. Grayscale: #616161. Windows color (decimal): -10334022 or 12210274. OLE color: 12210274.
HSL color Cylindrical-coordinate representation of color #6250BA: hue angle of 250.19º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6250BA is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 80 | 186 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.27 |
| HSL | 250.19º | 0.43% | 0.52% | - |
| HSV(B) | 250.19º | 0.57% | 0.73% | - |
| XYZ | 16.77 | 11.88 | 47.86 | - |
| YUV | 97.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 186 | 0.47 | 0.57 | 0 | 0.27 | 250.19 | 0.43 | 0.52 |
| Hex | 62 | 50 | BA | 2F | 39 | 0 | 1B | FA | 2B | 34 |
| Octal | 142 | 120 | 272 | 57 | 71 | 0 | 33 | 372 | 53 | 64 |
| Binary | 1100010 | 1010000 | 10111010 | 101111 | 111001 | 0 | 11011 | 11111010 | 101011 | 110100 |
Color Harmonies of #6250BA
Complementary color
Monochromatic Colors of #6250BA
Black with #6250BA
Text Example
Text Example
White with #6250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250BA; }
p { color: rgb(98,80,186); }
H1.HeaderClassName
{
color: #6250BA;
}
.AnyTagClassName
{
color: #6250BA;
}
</style>
background-color css
<style>
a { background-color: #6250BA; }
a { background-color: rgb(98,80,186); }
div.DivClassName
{
background-color: #6250BA;
}
.BgClassName
{
background-color: #6250BA;
}
</style>
border-color css
<style>
span { border-color: #6250BA; }
span { border-color: rgb(98,80,186); }
td.TdClassName
{
border-color: #6250BA;
}
.TagClassName
{
border-color: #6250BA;
}
</style>