Shades of Blue Marguerite #6550BA
Tints of Blue Marguerite #6550BA
RGB
CMYK
RGB Variations
Color information
#6550BA (or 0x6550BA) is known color: Blue Marguerite. HEX triplet: 65, 50 and BA. RGB value is (101,80,186). Sum of RGB (Red+Green+Blue) = 101+80+186=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #6550BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550BA is #9AAF45. Grayscale: #616161. Windows color (decimal): -10137414 or 12210277. OLE color: 12210277.
HSL color Cylindrical-coordinate representation of color #6550BA: hue angle of 251.89º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6550BA is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 80 | 186 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.27 |
| HSL | 251.89º | 0.43% | 0.52% | - |
| HSV(B) | 251.89º | 0.57% | 0.73% | - |
| XYZ | 17.1 | 12.05 | 47.88 | - |
| YUV | 98.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 186 | 0.46 | 0.57 | 0 | 0.27 | 251.89 | 0.43 | 0.52 |
| Hex | 65 | 50 | BA | 2E | 39 | 0 | 1B | FC | 2B | 34 |
| Octal | 145 | 120 | 272 | 56 | 71 | 0 | 33 | 374 | 53 | 64 |
| Binary | 1100101 | 1010000 | 10111010 | 101110 | 111001 | 0 | 11011 | 11111100 | 101011 | 110100 |
Color Harmonies of #6550BA
Complementary color
Monochromatic Colors of #6550BA
Black with #6550BA
Text Example
Text Example
White with #6550BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550BA; }
p { color: rgb(101,80,186); }
H1.HeaderClassName
{
color: #6550BA;
}
.AnyTagClassName
{
color: #6550BA;
}
</style>
background-color css
<style>
a { background-color: #6550BA; }
a { background-color: rgb(101,80,186); }
div.DivClassName
{
background-color: #6550BA;
}
.BgClassName
{
background-color: #6550BA;
}
</style>
border-color css
<style>
span { border-color: #6550BA; }
span { border-color: rgb(101,80,186); }
td.TdClassName
{
border-color: #6550BA;
}
.TagClassName
{
border-color: #6550BA;
}
</style>