Shades of Blue Marguerite #6151A0
Tints of Blue Marguerite #6151A0
RGB
CMYK
RGB Variations
Color information
#6151A0 (or 0x6151A0) is known color: Blue Marguerite. HEX triplet: 61, 51 and A0. RGB value is (97,81,160). Sum of RGB (Red+Green+Blue) = 97+81+160=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #6151A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6151A0 is #9EAE5F. Grayscale: #5E5E5E. Windows color (decimal): -10399328 or 10506593. OLE color: 10506593.
HSL color Cylindrical-coordinate representation of color #6151A0: hue angle of 252.15º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6151A0 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 81 | 160 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.37 |
| HSL | 252.15º | 0.33% | 0.47% | - |
| HSV(B) | 252.15º | 0.49% | 0.63% | - |
| XYZ | 14.22 | 10.96 | 34.62 | - |
| YUV | 94.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 160 | 0.39 | 0.49 | 0 | 0.37 | 252.15 | 0.33 | 0.47 |
| Hex | 61 | 51 | A0 | 27 | 31 | 0 | 25 | FC | 21 | 2F |
| Octal | 141 | 121 | 240 | 47 | 61 | 0 | 45 | 374 | 41 | 57 |
| Binary | 1100001 | 1010001 | 10100000 | 100111 | 110001 | 0 | 100101 | 11111100 | 100001 | 101111 |
Color Harmonies of #6151A0
Complementary color
Monochromatic Colors of #6151A0
Black with #6151A0
Text Example
Text Example
White with #6151A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151A0; }
p { color: rgb(97,81,160); }
H1.HeaderClassName
{
color: #6151A0;
}
.AnyTagClassName
{
color: #6151A0;
}
</style>
background-color css
<style>
a { background-color: #6151A0; }
a { background-color: rgb(97,81,160); }
div.DivClassName
{
background-color: #6151A0;
}
.BgClassName
{
background-color: #6151A0;
}
</style>
border-color css
<style>
span { border-color: #6151A0; }
span { border-color: rgb(97,81,160); }
td.TdClassName
{
border-color: #6151A0;
}
.TagClassName
{
border-color: #6151A0;
}
</style>