Shades of Blue Marguerite #6650BA
Tints of Blue Marguerite #6650BA
RGB
CMYK
RGB Variations
Color information
#6650BA (or 0x6650BA) is known color: Blue Marguerite. HEX triplet: 66, 50 and BA. RGB value is (102,80,186). Sum of RGB (Red+Green+Blue) = 102+80+186=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #6650BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650BA is #99AF45. Grayscale: #626262. Windows color (decimal): -10071878 or 12210278. OLE color: 12210278.
HSL color Cylindrical-coordinate representation of color #6650BA: hue angle of 252.45º 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 #6650BA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 80 | 186 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.27 |
| HSL | 252.45º | 0.43% | 0.52% | - |
| HSV(B) | 252.45º | 0.57% | 0.73% | - |
| XYZ | 17.21 | 12.11 | 47.88 | - |
| YUV | 98.66 | 177.29 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 186 | 0.45 | 0.57 | 0 | 0.27 | 252.45 | 0.43 | 0.52 |
| Hex | 66 | 50 | BA | 2D | 39 | 0 | 1B | FC | 2B | 34 |
| Octal | 146 | 120 | 272 | 55 | 71 | 0 | 33 | 374 | 53 | 64 |
| Binary | 1100110 | 1010000 | 10111010 | 101101 | 111001 | 0 | 11011 | 11111100 | 101011 | 110100 |
Color Harmonies of #6650BA
Complementary color
Monochromatic Colors of #6650BA
Black with #6650BA
Text Example
Text Example
White with #6650BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6650BA; }
p { color: rgb(102,80,186); }
H1.HeaderClassName
{
color: #6650BA;
}
.AnyTagClassName
{
color: #6650BA;
}
</style>
background-color css
<style>
a { background-color: #6650BA; }
a { background-color: rgb(102,80,186); }
div.DivClassName
{
background-color: #6650BA;
}
.BgClassName
{
background-color: #6650BA;
}
</style>
border-color css
<style>
span { border-color: #6650BA; }
span { border-color: rgb(102,80,186); }
td.TdClassName
{
border-color: #6650BA;
}
.TagClassName
{
border-color: #6650BA;
}
</style>