Shades of Blue Marguerite #6150A2
Tints of Blue Marguerite #6150A2
RGB
CMYK
RGB Variations
Color information
#6150A2 (or 0x6150A2) is known color: Blue Marguerite. HEX triplet: 61, 50 and A2. RGB value is (97,80,162). Sum of RGB (Red+Green+Blue) = 97+80+162=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #6150A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6150A2 is #9EAF5D. Grayscale: #5E5E5E. Windows color (decimal): -10399582 or 10637409. OLE color: 10637409.
HSL color Cylindrical-coordinate representation of color #6150A2: hue angle of 252.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6150A2 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 80 | 162 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.36 |
| HSL | 252.44º | 0.34% | 0.47% | - |
| HSV(B) | 252.44º | 0.51% | 0.64% | - |
| XYZ | 14.32 | 10.89 | 35.53 | - |
| YUV | 94.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 162 | 0.40 | 0.51 | 0 | 0.36 | 252.44 | 0.34 | 0.47 |
| Hex | 61 | 50 | A2 | 28 | 33 | 0 | 24 | FC | 22 | 2F |
| Octal | 141 | 120 | 242 | 50 | 63 | 0 | 44 | 374 | 42 | 57 |
| Binary | 1100001 | 1010000 | 10100010 | 101000 | 110011 | 0 | 100100 | 11111100 | 100010 | 101111 |
Color Harmonies of #6150A2
Complementary color
Monochromatic Colors of #6150A2
Black with #6150A2
Text Example
Text Example
White with #6150A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150A2; }
p { color: rgb(97,80,162); }
H1.HeaderClassName
{
color: #6150A2;
}
.AnyTagClassName
{
color: #6150A2;
}
</style>
background-color css
<style>
a { background-color: #6150A2; }
a { background-color: rgb(97,80,162); }
div.DivClassName
{
background-color: #6150A2;
}
.BgClassName
{
background-color: #6150A2;
}
</style>
border-color css
<style>
span { border-color: #6150A2; }
span { border-color: rgb(97,80,162); }
td.TdClassName
{
border-color: #6150A2;
}
.TagClassName
{
border-color: #6150A2;
}
</style>