Shades of Blue Marguerite #6250A5
Tints of Blue Marguerite #6250A5
RGB
CMYK
RGB Variations
Color information
#6250A5 (or 0x6250A5) is known color: Blue Marguerite. HEX triplet: 62, 50 and A5. RGB value is (98,80,165). Sum of RGB (Red+Green+Blue) = 98+80+165=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #6250A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6250A5 is #9DAF5A. Grayscale: #5E5E5E. Windows color (decimal): -10334043 or 10834018. OLE color: 10834018.
HSL color Cylindrical-coordinate representation of color #6250A5: hue angle of 252.71º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6250A5 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 80 | 165 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.35 |
| HSL | 252.71º | 0.35% | 0.48% | - |
| HSV(B) | 252.71º | 0.52% | 0.65% | - |
| XYZ | 14.7 | 11.05 | 36.96 | - |
| YUV | 95.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 165 | 0.41 | 0.52 | 0 | 0.35 | 252.71 | 0.35 | 0.48 |
| Hex | 62 | 50 | A5 | 29 | 34 | 0 | 23 | FD | 23 | 30 |
| Octal | 142 | 120 | 245 | 51 | 64 | 0 | 43 | 375 | 43 | 60 |
| Binary | 1100010 | 1010000 | 10100101 | 101001 | 110100 | 0 | 100011 | 11111101 | 100011 | 110000 |
Color Harmonies of #6250A5
Complementary color
Monochromatic Colors of #6250A5
Black with #6250A5
Text Example
Text Example
White with #6250A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250A5; }
p { color: rgb(98,80,165); }
H1.HeaderClassName
{
color: #6250A5;
}
.AnyTagClassName
{
color: #6250A5;
}
</style>
background-color css
<style>
a { background-color: #6250A5; }
a { background-color: rgb(98,80,165); }
div.DivClassName
{
background-color: #6250A5;
}
.BgClassName
{
background-color: #6250A5;
}
</style>
border-color css
<style>
span { border-color: #6250A5; }
span { border-color: rgb(98,80,165); }
td.TdClassName
{
border-color: #6250A5;
}
.TagClassName
{
border-color: #6250A5;
}
</style>