Shades of Blue Marguerite #6555BA
Tints of Blue Marguerite #6555BA
RGB
CMYK
RGB Variations
Color information
#6555BA (or 0x6555BA) is known color: Blue Marguerite. HEX triplet: 65, 55 and BA. RGB value is (101,85,186). Sum of RGB (Red+Green+Blue) = 101+85+186=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6555BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555BA is #9AAA45. Grayscale: #646464. Windows color (decimal): -10136134 or 12211557. OLE color: 12211557.
HSL color Cylindrical-coordinate representation of color #6555BA: hue angle of 249.5º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6555BA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 85 | 186 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.27 |
| HSL | 249.5º | 0.42% | 0.53% | - |
| HSV(B) | 249.5º | 0.54% | 0.73% | - |
| XYZ | 17.48 | 12.81 | 48.01 | - |
| YUV | 101.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 186 | 0.46 | 0.54 | 0 | 0.27 | 249.5 | 0.42 | 0.53 |
| Hex | 65 | 55 | BA | 2E | 36 | 0 | 1B | FA | 2A | 35 |
| Octal | 145 | 125 | 272 | 56 | 66 | 0 | 33 | 372 | 52 | 65 |
| Binary | 1100101 | 1010101 | 10111010 | 101110 | 110110 | 0 | 11011 | 11111010 | 101010 | 110101 |
Color Harmonies of #6555BA
Complementary color
Monochromatic Colors of #6555BA
Black with #6555BA
Text Example
Text Example
White with #6555BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6555BA; }
p { color: rgb(101,85,186); }
H1.HeaderClassName
{
color: #6555BA;
}
.AnyTagClassName
{
color: #6555BA;
}
</style>
background-color css
<style>
a { background-color: #6555BA; }
a { background-color: rgb(101,85,186); }
div.DivClassName
{
background-color: #6555BA;
}
.BgClassName
{
background-color: #6555BA;
}
</style>
border-color css
<style>
span { border-color: #6555BA; }
span { border-color: rgb(101,85,186); }
td.TdClassName
{
border-color: #6555BA;
}
.TagClassName
{
border-color: #6555BA;
}
</style>