Shades of Blue Marguerite #6A56BC
Tints of Blue Marguerite #6A56BC
RGB
CMYK
RGB Variations
Color information
#6A56BC (or 0x6A56BC) is known color: Blue Marguerite. HEX triplet: 6A, 56 and BC. RGB value is (106,86,188). Sum of RGB (Red+Green+Blue) = 106+86+188=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A56BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A56BC is #95A943. Grayscale: #676767. Windows color (decimal): -9808196 or 12342890. OLE color: 12342890.
HSL color Cylindrical-coordinate representation of color #6A56BC: hue angle of 251.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A56BC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 86 | 188 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.26 |
| HSL | 251.76º | 0.43% | 0.54% | - |
| HSV(B) | 251.76º | 0.54% | 0.74% | - |
| XYZ | 18.35 | 13.35 | 49.19 | - |
| YUV | 103.61 | 175.63 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 188 | 0.44 | 0.54 | 0 | 0.26 | 251.76 | 0.43 | 0.54 |
| Hex | 6A | 56 | BC | 2C | 36 | 0 | 1A | FC | 2B | 36 |
| Octal | 152 | 126 | 274 | 54 | 66 | 0 | 32 | 374 | 53 | 66 |
| Binary | 1101010 | 1010110 | 10111100 | 101100 | 110110 | 0 | 11010 | 11111100 | 101011 | 110110 |
Color Harmonies of #6A56BC
Complementary color
Monochromatic Colors of #6A56BC
Black with #6A56BC
Text Example
Text Example
White with #6A56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A56BC; }
p { color: rgb(106,86,188); }
H1.HeaderClassName
{
color: #6A56BC;
}
.AnyTagClassName
{
color: #6A56BC;
}
</style>
background-color css
<style>
a { background-color: #6A56BC; }
a { background-color: rgb(106,86,188); }
div.DivClassName
{
background-color: #6A56BC;
}
.BgClassName
{
background-color: #6A56BC;
}
</style>
border-color css
<style>
span { border-color: #6A56BC; }
span { border-color: rgb(106,86,188); }
td.TdClassName
{
border-color: #6A56BC;
}
.TagClassName
{
border-color: #6A56BC;
}
</style>