Shades of Blue Marguerite #6250A2
Tints of Blue Marguerite #6250A2
RGB
CMYK
RGB Variations
Color information
#6250A2 (or 0x6250A2) is known color: Blue Marguerite. HEX triplet: 62, 50 and A2. RGB value is (98,80,162). Sum of RGB (Red+Green+Blue) = 98+80+162=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #6250A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6250A2 is #9DAF5D. Grayscale: #5E5E5E. Windows color (decimal): -10334046 or 10637410. OLE color: 10637410.
HSL color Cylindrical-coordinate representation of color #6250A2: hue angle of 253.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6250A2 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 80 | 162 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.36 |
| HSL | 253.17º | 0.34% | 0.47% | - |
| HSV(B) | 253.17º | 0.51% | 0.64% | - |
| XYZ | 14.43 | 10.94 | 35.53 | - |
| YUV | 94.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 162 | 0.40 | 0.51 | 0 | 0.36 | 253.17 | 0.34 | 0.47 |
| Hex | 62 | 50 | A2 | 28 | 33 | 0 | 24 | FD | 22 | 2F |
| Octal | 142 | 120 | 242 | 50 | 63 | 0 | 44 | 375 | 42 | 57 |
| Binary | 1100010 | 1010000 | 10100010 | 101000 | 110011 | 0 | 100100 | 11111101 | 100010 | 101111 |
Color Harmonies of #6250A2
Complementary color
Monochromatic Colors of #6250A2
Black with #6250A2
Text Example
Text Example
White with #6250A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250A2; }
p { color: rgb(98,80,162); }
H1.HeaderClassName
{
color: #6250A2;
}
.AnyTagClassName
{
color: #6250A2;
}
</style>
background-color css
<style>
a { background-color: #6250A2; }
a { background-color: rgb(98,80,162); }
div.DivClassName
{
background-color: #6250A2;
}
.BgClassName
{
background-color: #6250A2;
}
</style>
border-color css
<style>
span { border-color: #6250A2; }
span { border-color: rgb(98,80,162); }
td.TdClassName
{
border-color: #6250A2;
}
.TagClassName
{
border-color: #6250A2;
}
</style>