Shades of Blue Marguerite #6656BA
Tints of Blue Marguerite #6656BA
RGB
CMYK
RGB Variations
Color information
#6656BA (or 0x6656BA) is known color: Blue Marguerite. HEX triplet: 66, 56 and BA. RGB value is (102,86,186). Sum of RGB (Red+Green+Blue) = 102+86+186=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #6656BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656BA is #99A945. Grayscale: #656565. Windows color (decimal): -10070342 or 12211814. OLE color: 12211814.
HSL color Cylindrical-coordinate representation of color #6656BA: hue angle of 249.6º 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 #6656BA is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 86 | 186 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.27 |
| HSL | 249.6º | 0.42% | 0.53% | - |
| HSV(B) | 249.6º | 0.54% | 0.73% | - |
| XYZ | 17.67 | 13.03 | 48.04 | - |
| YUV | 102.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 186 | 0.45 | 0.54 | 0 | 0.27 | 249.6 | 0.42 | 0.53 |
| Hex | 66 | 56 | BA | 2D | 36 | 0 | 1B | FA | 2A | 35 |
| Octal | 146 | 126 | 272 | 55 | 66 | 0 | 33 | 372 | 52 | 65 |
| Binary | 1100110 | 1010110 | 10111010 | 101101 | 110110 | 0 | 11011 | 11111010 | 101010 | 110101 |
Color Harmonies of #6656BA
Complementary color
Monochromatic Colors of #6656BA
Black with #6656BA
Text Example
Text Example
White with #6656BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656BA; }
p { color: rgb(102,86,186); }
H1.HeaderClassName
{
color: #6656BA;
}
.AnyTagClassName
{
color: #6656BA;
}
</style>
background-color css
<style>
a { background-color: #6656BA; }
a { background-color: rgb(102,86,186); }
div.DivClassName
{
background-color: #6656BA;
}
.BgClassName
{
background-color: #6656BA;
}
</style>
border-color css
<style>
span { border-color: #6656BA; }
span { border-color: rgb(102,86,186); }
td.TdClassName
{
border-color: #6656BA;
}
.TagClassName
{
border-color: #6656BA;
}
</style>