Shades of Blue Marguerite #6155AB
Tints of Blue Marguerite #6155AB
RGB
CMYK
RGB Variations
Color information
#6155AB (or 0x6155AB) is known color: Blue Marguerite. HEX triplet: 61, 55 and AB. RGB value is (97,85,171). Sum of RGB (Red+Green+Blue) = 97+85+171=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #6155AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6155AB is #9EAA54. Grayscale: #626262. Windows color (decimal): -10398293 or 11228513. OLE color: 11228513.
HSL color Cylindrical-coordinate representation of color #6155AB: hue angle of 248.37º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6155AB is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 85 | 171 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.33 |
| HSL | 248.37º | 0.34% | 0.5% | - |
| HSV(B) | 248.37º | 0.5% | 0.67% | - |
| XYZ | 15.53 | 11.98 | 40.02 | - |
| YUV | 98.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 171 | 0.43 | 0.50 | 0 | 0.33 | 248.37 | 0.34 | 0.5 |
| Hex | 61 | 55 | AB | 2B | 32 | 0 | 21 | F8 | 22 | 32 |
| Octal | 141 | 125 | 253 | 53 | 62 | 0 | 41 | 370 | 42 | 62 |
| Binary | 1100001 | 1010101 | 10101011 | 101011 | 110010 | 0 | 100001 | 11111000 | 100010 | 110010 |
Color Harmonies of #6155AB
Complementary color
Monochromatic Colors of #6155AB
Black with #6155AB
Text Example
Text Example
White with #6155AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155AB; }
p { color: rgb(97,85,171); }
H1.HeaderClassName
{
color: #6155AB;
}
.AnyTagClassName
{
color: #6155AB;
}
</style>
background-color css
<style>
a { background-color: #6155AB; }
a { background-color: rgb(97,85,171); }
div.DivClassName
{
background-color: #6155AB;
}
.BgClassName
{
background-color: #6155AB;
}
</style>
border-color css
<style>
span { border-color: #6155AB; }
span { border-color: rgb(97,85,171); }
td.TdClassName
{
border-color: #6155AB;
}
.TagClassName
{
border-color: #6155AB;
}
</style>