Shades of Blue Marguerite #6B56B1
Tints of Blue Marguerite #6B56B1
RGB
CMYK
RGB Variations
Color information
#6B56B1 (or 0x6B56B1) is known color: Blue Marguerite. HEX triplet: 6B, 56 and B1. RGB value is (107,86,177). Sum of RGB (Red+Green+Blue) = 107+86+177=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B56B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B56B1 is #94A94E. Grayscale: #666666. Windows color (decimal): -9742671 or 11621995. OLE color: 11621995.
HSL color Cylindrical-coordinate representation of color #6B56B1: hue angle of 253.85º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B56B1 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 86 | 177 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.31 |
| HSL | 253.85º | 0.37% | 0.52% | - |
| HSV(B) | 253.85º | 0.51% | 0.69% | - |
| XYZ | 17.33 | 12.96 | 43.18 | - |
| YUV | 102.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 177 | 0.40 | 0.51 | 0 | 0.31 | 253.85 | 0.37 | 0.52 |
| Hex | 6B | 56 | B1 | 28 | 33 | 0 | 1F | FE | 25 | 34 |
| Octal | 153 | 126 | 261 | 50 | 63 | 0 | 37 | 376 | 45 | 64 |
| Binary | 1101011 | 1010110 | 10110001 | 101000 | 110011 | 0 | 11111 | 11111110 | 100101 | 110100 |
Color Harmonies of #6B56B1
Complementary color
Monochromatic Colors of #6B56B1
Black with #6B56B1
Text Example
Text Example
White with #6B56B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B56B1; }
p { color: rgb(107,86,177); }
H1.HeaderClassName
{
color: #6B56B1;
}
.AnyTagClassName
{
color: #6B56B1;
}
</style>
background-color css
<style>
a { background-color: #6B56B1; }
a { background-color: rgb(107,86,177); }
div.DivClassName
{
background-color: #6B56B1;
}
.BgClassName
{
background-color: #6B56B1;
}
</style>
border-color css
<style>
span { border-color: #6B56B1; }
span { border-color: rgb(107,86,177); }
td.TdClassName
{
border-color: #6B56B1;
}
.TagClassName
{
border-color: #6B56B1;
}
</style>