Shades of Blue Marguerite #6153AB
Tints of Blue Marguerite #6153AB
RGB
CMYK
RGB Variations
Color information
#6153AB (or 0x6153AB) is known color: Blue Marguerite. HEX triplet: 61, 53 and AB. RGB value is (97,83,171). Sum of RGB (Red+Green+Blue) = 97+83+171=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #6153AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153AB is #9EAC54. Grayscale: #606060. Windows color (decimal): -10398805 or 11228001. OLE color: 11228001.
HSL color Cylindrical-coordinate representation of color #6153AB: hue angle of 249.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6153AB is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 83 | 171 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.33 |
| HSL | 249.55º | 0.35% | 0.5% | - |
| HSV(B) | 249.55º | 0.51% | 0.67% | - |
| XYZ | 15.37 | 11.67 | 39.97 | - |
| YUV | 97.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 171 | 0.43 | 0.51 | 0 | 0.33 | 249.55 | 0.35 | 0.5 |
| Hex | 61 | 53 | AB | 2B | 33 | 0 | 21 | FA | 23 | 32 |
| Octal | 141 | 123 | 253 | 53 | 63 | 0 | 41 | 372 | 43 | 62 |
| Binary | 1100001 | 1010011 | 10101011 | 101011 | 110011 | 0 | 100001 | 11111010 | 100011 | 110010 |
Color Harmonies of #6153AB
Complementary color
Monochromatic Colors of #6153AB
Black with #6153AB
Text Example
Text Example
White with #6153AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153AB; }
p { color: rgb(97,83,171); }
H1.HeaderClassName
{
color: #6153AB;
}
.AnyTagClassName
{
color: #6153AB;
}
</style>
background-color css
<style>
a { background-color: #6153AB; }
a { background-color: rgb(97,83,171); }
div.DivClassName
{
background-color: #6153AB;
}
.BgClassName
{
background-color: #6153AB;
}
</style>
border-color css
<style>
span { border-color: #6153AB; }
span { border-color: rgb(97,83,171); }
td.TdClassName
{
border-color: #6153AB;
}
.TagClassName
{
border-color: #6153AB;
}
</style>