Shades of Blue Marguerite #6D56B0
Tints of Blue Marguerite #6D56B0
RGB
CMYK
RGB Variations
Color information
#6D56B0 (or 0x6D56B0) is known color: Blue Marguerite. HEX triplet: 6D, 56 and B0. RGB value is (109,86,176). Sum of RGB (Red+Green+Blue) = 109+86+176=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D56B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D56B0 is #92A94F. Grayscale: #666666. Windows color (decimal): -9611600 or 11556461. OLE color: 11556461.
HSL color Cylindrical-coordinate representation of color #6D56B0: hue angle of 255.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D56B0 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 86 | 176 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.31 |
| HSL | 255.33º | 0.36% | 0.51% | - |
| HSV(B) | 255.33º | 0.51% | 0.69% | - |
| XYZ | 17.47 | 13.04 | 42.67 | - |
| YUV | 103.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 176 | 0.38 | 0.51 | 0 | 0.31 | 255.33 | 0.36 | 0.51 |
| Hex | 6D | 56 | B0 | 26 | 33 | 0 | 1F | FF | 24 | 33 |
| Octal | 155 | 126 | 260 | 46 | 63 | 0 | 37 | 377 | 44 | 63 |
| Binary | 1101101 | 1010110 | 10110000 | 100110 | 110011 | 0 | 11111 | 11111111 | 100100 | 110011 |
Color Harmonies of #6D56B0
Complementary color
Monochromatic Colors of #6D56B0
Black with #6D56B0
Text Example
Text Example
White with #6D56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D56B0; }
p { color: rgb(109,86,176); }
H1.HeaderClassName
{
color: #6D56B0;
}
.AnyTagClassName
{
color: #6D56B0;
}
</style>
background-color css
<style>
a { background-color: #6D56B0; }
a { background-color: rgb(109,86,176); }
div.DivClassName
{
background-color: #6D56B0;
}
.BgClassName
{
background-color: #6D56B0;
}
</style>
border-color css
<style>
span { border-color: #6D56B0; }
span { border-color: rgb(109,86,176); }
td.TdClassName
{
border-color: #6D56B0;
}
.TagClassName
{
border-color: #6D56B0;
}
</style>