Shades of Blue Marguerite #6051A2
Tints of Blue Marguerite #6051A2
RGB
CMYK
RGB Variations
Color information
#6051A2 (or 0x6051A2) is known color: Blue Marguerite. HEX triplet: 60, 51 and A2. RGB value is (96,81,162). Sum of RGB (Red+Green+Blue) = 96+81+162=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #6051A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051A2 is #9FAE5D. Grayscale: #5E5E5E. Windows color (decimal): -10464862 or 10637664. OLE color: 10637664.
HSL color Cylindrical-coordinate representation of color #6051A2: hue angle of 251.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6051A2 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 81 | 162 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.36 |
| HSL | 251.11º | 0.33% | 0.48% | - |
| HSV(B) | 251.11º | 0.5% | 0.64% | - |
| XYZ | 14.29 | 10.98 | 35.55 | - |
| YUV | 94.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 162 | 0.41 | 0.50 | 0 | 0.36 | 251.11 | 0.33 | 0.48 |
| Hex | 60 | 51 | A2 | 29 | 32 | 0 | 24 | FB | 21 | 30 |
| Octal | 140 | 121 | 242 | 51 | 62 | 0 | 44 | 373 | 41 | 60 |
| Binary | 1100000 | 1010001 | 10100010 | 101001 | 110010 | 0 | 100100 | 11111011 | 100001 | 110000 |
Color Harmonies of #6051A2
Complementary color
Monochromatic Colors of #6051A2
Black with #6051A2
Text Example
Text Example
White with #6051A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051A2; }
p { color: rgb(96,81,162); }
H1.HeaderClassName
{
color: #6051A2;
}
.AnyTagClassName
{
color: #6051A2;
}
</style>
background-color css
<style>
a { background-color: #6051A2; }
a { background-color: rgb(96,81,162); }
div.DivClassName
{
background-color: #6051A2;
}
.BgClassName
{
background-color: #6051A2;
}
</style>
border-color css
<style>
span { border-color: #6051A2; }
span { border-color: rgb(96,81,162); }
td.TdClassName
{
border-color: #6051A2;
}
.TagClassName
{
border-color: #6051A2;
}
</style>