Shades of Blue Marguerite #6051AC
Tints of Blue Marguerite #6051AC
RGB
CMYK
RGB Variations
Color information
#6051AC (or 0x6051AC) is known color: Blue Marguerite. HEX triplet: 60, 51 and AC. RGB value is (96,81,172). Sum of RGB (Red+Green+Blue) = 96+81+172=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #6051AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051AC is #9FAE53. Grayscale: #5F5F5F. Windows color (decimal): -10464852 or 11293024. OLE color: 11293024.
HSL color Cylindrical-coordinate representation of color #6051AC: hue angle of 249.89º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6051AC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 81 | 172 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.33 |
| HSL | 249.89º | 0.36% | 0.5% | - |
| HSV(B) | 249.89º | 0.53% | 0.67% | - |
| XYZ | 15.21 | 11.35 | 40.42 | - |
| YUV | 95.86 | 170.97 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 172 | 0.44 | 0.53 | 0 | 0.33 | 249.89 | 0.36 | 0.5 |
| Hex | 60 | 51 | AC | 2C | 35 | 0 | 21 | FA | 24 | 32 |
| Octal | 140 | 121 | 254 | 54 | 65 | 0 | 41 | 372 | 44 | 62 |
| Binary | 1100000 | 1010001 | 10101100 | 101100 | 110101 | 0 | 100001 | 11111010 | 100100 | 110010 |
Color Harmonies of #6051AC
Complementary color
Monochromatic Colors of #6051AC
Black with #6051AC
Text Example
Text Example
White with #6051AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051AC; }
p { color: rgb(96,81,172); }
H1.HeaderClassName
{
color: #6051AC;
}
.AnyTagClassName
{
color: #6051AC;
}
</style>
background-color css
<style>
a { background-color: #6051AC; }
a { background-color: rgb(96,81,172); }
div.DivClassName
{
background-color: #6051AC;
}
.BgClassName
{
background-color: #6051AC;
}
</style>
border-color css
<style>
span { border-color: #6051AC; }
span { border-color: rgb(96,81,172); }
td.TdClassName
{
border-color: #6051AC;
}
.TagClassName
{
border-color: #6051AC;
}
</style>