Shades of Blue Marguerite #6153B0
Tints of Blue Marguerite #6153B0
RGB
CMYK
RGB Variations
Color information
#6153B0 (or 0x6153B0) is known color: Blue Marguerite. HEX triplet: 61, 53 and B0. RGB value is (97,83,176). Sum of RGB (Red+Green+Blue) = 97+83+176=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #6153B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153B0 is #9EAC4F. Grayscale: #616161. Windows color (decimal): -10398800 or 11555681. OLE color: 11555681.
HSL color Cylindrical-coordinate representation of color #6153B0: hue angle of 249.03º degrees, saturation: 0.37, 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 #6153B0 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 83 | 176 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.31 |
| HSL | 249.03º | 0.37% | 0.51% | - |
| HSV(B) | 249.03º | 0.53% | 0.69% | - |
| XYZ | 15.86 | 11.86 | 42.53 | - |
| YUV | 97.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 176 | 0.45 | 0.53 | 0 | 0.31 | 249.03 | 0.37 | 0.51 |
| Hex | 61 | 53 | B0 | 2D | 35 | 0 | 1F | F9 | 25 | 33 |
| Octal | 141 | 123 | 260 | 55 | 65 | 0 | 37 | 371 | 45 | 63 |
| Binary | 1100001 | 1010011 | 10110000 | 101101 | 110101 | 0 | 11111 | 11111001 | 100101 | 110011 |
Color Harmonies of #6153B0
Complementary color
Monochromatic Colors of #6153B0
Black with #6153B0
Text Example
Text Example
White with #6153B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153B0; }
p { color: rgb(97,83,176); }
H1.HeaderClassName
{
color: #6153B0;
}
.AnyTagClassName
{
color: #6153B0;
}
</style>
background-color css
<style>
a { background-color: #6153B0; }
a { background-color: rgb(97,83,176); }
div.DivClassName
{
background-color: #6153B0;
}
.BgClassName
{
background-color: #6153B0;
}
</style>
border-color css
<style>
span { border-color: #6153B0; }
span { border-color: rgb(97,83,176); }
td.TdClassName
{
border-color: #6153B0;
}
.TagClassName
{
border-color: #6153B0;
}
</style>