Shades of Blue Marguerite #6150AD
Tints of Blue Marguerite #6150AD
RGB
CMYK
RGB Variations
Color information
#6150AD (or 0x6150AD) is known color: Blue Marguerite. HEX triplet: 61, 50 and AD. RGB value is (97,80,173). Sum of RGB (Red+Green+Blue) = 97+80+173=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #6150AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6150AD is #9EAF52. Grayscale: #5F5F5F. Windows color (decimal): -10399571 or 11358305. OLE color: 11358305.
HSL color Cylindrical-coordinate representation of color #6150AD: hue angle of 250.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6150AD is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 80 | 173 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.32 |
| HSL | 250.97º | 0.37% | 0.5% | - |
| HSV(B) | 250.97º | 0.54% | 0.68% | - |
| XYZ | 15.34 | 11.3 | 40.91 | - |
| YUV | 95.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 173 | 0.44 | 0.54 | 0 | 0.32 | 250.97 | 0.37 | 0.5 |
| Hex | 61 | 50 | AD | 2C | 36 | 0 | 20 | FB | 25 | 32 |
| Octal | 141 | 120 | 255 | 54 | 66 | 0 | 40 | 373 | 45 | 62 |
| Binary | 1100001 | 1010000 | 10101101 | 101100 | 110110 | 0 | 100000 | 11111011 | 100101 | 110010 |
Color Harmonies of #6150AD
Complementary color
Monochromatic Colors of #6150AD
Black with #6150AD
Text Example
Text Example
White with #6150AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150AD; }
p { color: rgb(97,80,173); }
H1.HeaderClassName
{
color: #6150AD;
}
.AnyTagClassName
{
color: #6150AD;
}
</style>
background-color css
<style>
a { background-color: #6150AD; }
a { background-color: rgb(97,80,173); }
div.DivClassName
{
background-color: #6150AD;
}
.BgClassName
{
background-color: #6150AD;
}
</style>
border-color css
<style>
span { border-color: #6150AD; }
span { border-color: rgb(97,80,173); }
td.TdClassName
{
border-color: #6150AD;
}
.TagClassName
{
border-color: #6150AD;
}
</style>