Shades of Blue Marguerite #6053B1
Tints of Blue Marguerite #6053B1
RGB
CMYK
RGB Variations
Color information
#6053B1 (or 0x6053B1) is known color: Blue Marguerite. HEX triplet: 60, 53 and B1. RGB value is (96,83,177). Sum of RGB (Red+Green+Blue) = 96+83+177=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #6053B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6053B1 is #9FAC4E. Grayscale: #616161. Windows color (decimal): -10464335 or 11621216. OLE color: 11621216.
HSL color Cylindrical-coordinate representation of color #6053B1: hue angle of 248.3º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6053B1 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 83 | 177 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.31 |
| HSL | 248.3º | 0.38% | 0.51% | - |
| HSV(B) | 248.3º | 0.53% | 0.69% | - |
| XYZ | 15.85 | 11.85 | 43.05 | - |
| YUV | 97.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 177 | 0.46 | 0.53 | 0 | 0.31 | 248.3 | 0.38 | 0.51 |
| Hex | 60 | 53 | B1 | 2E | 35 | 0 | 1F | F8 | 26 | 33 |
| Octal | 140 | 123 | 261 | 56 | 65 | 0 | 37 | 370 | 46 | 63 |
| Binary | 1100000 | 1010011 | 10110001 | 101110 | 110101 | 0 | 11111 | 11111000 | 100110 | 110011 |
Color Harmonies of #6053B1
Complementary color
Monochromatic Colors of #6053B1
Black with #6053B1
Text Example
Text Example
White with #6053B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053B1; }
p { color: rgb(96,83,177); }
H1.HeaderClassName
{
color: #6053B1;
}
.AnyTagClassName
{
color: #6053B1;
}
</style>
background-color css
<style>
a { background-color: #6053B1; }
a { background-color: rgb(96,83,177); }
div.DivClassName
{
background-color: #6053B1;
}
.BgClassName
{
background-color: #6053B1;
}
</style>
border-color css
<style>
span { border-color: #6053B1; }
span { border-color: rgb(96,83,177); }
td.TdClassName
{
border-color: #6053B1;
}
.TagClassName
{
border-color: #6053B1;
}
</style>