Shades of Blue Marguerite #6150A8
Tints of Blue Marguerite #6150A8
RGB
CMYK
RGB Variations
Color information
#6150A8 (or 0x6150A8) is known color: Blue Marguerite. HEX triplet: 61, 50 and A8. RGB value is (97,80,168). Sum of RGB (Red+Green+Blue) = 97+80+168=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #6150A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6150A8 is #9EAF57. Grayscale: #5E5E5E. Windows color (decimal): -10399576 or 11030625. OLE color: 11030625.
HSL color Cylindrical-coordinate representation of color #6150A8: hue angle of 251.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6150A8 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 80 | 168 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.34 |
| HSL | 251.59º | 0.35% | 0.49% | - |
| HSV(B) | 251.59º | 0.52% | 0.66% | - |
| XYZ | 14.87 | 11.11 | 38.41 | - |
| YUV | 95.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 168 | 0.42 | 0.52 | 0 | 0.34 | 251.59 | 0.35 | 0.49 |
| Hex | 61 | 50 | A8 | 2A | 34 | 0 | 22 | FC | 23 | 31 |
| Octal | 141 | 120 | 250 | 52 | 64 | 0 | 42 | 374 | 43 | 61 |
| Binary | 1100001 | 1010000 | 10101000 | 101010 | 110100 | 0 | 100010 | 11111100 | 100011 | 110001 |
Color Harmonies of #6150A8
Complementary color
Monochromatic Colors of #6150A8
Black with #6150A8
Text Example
Text Example
White with #6150A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150A8; }
p { color: rgb(97,80,168); }
H1.HeaderClassName
{
color: #6150A8;
}
.AnyTagClassName
{
color: #6150A8;
}
</style>
background-color css
<style>
a { background-color: #6150A8; }
a { background-color: rgb(97,80,168); }
div.DivClassName
{
background-color: #6150A8;
}
.BgClassName
{
background-color: #6150A8;
}
</style>
border-color css
<style>
span { border-color: #6150A8; }
span { border-color: rgb(97,80,168); }
td.TdClassName
{
border-color: #6150A8;
}
.TagClassName
{
border-color: #6150A8;
}
</style>