Shades of Blue Marguerite #6B5EB1
Tints of Blue Marguerite #6B5EB1
RGB
CMYK
RGB Variations
Color information
#6B5EB1 (or 0x6B5EB1) is known color: Blue Marguerite. HEX triplet: 6B, 5E and B1. RGB value is (107,94,177). Sum of RGB (Red+Green+Blue) = 107+94+177=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B5EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5EB1 is #94A14E. Grayscale: #6B6B6B. Windows color (decimal): -9740623 or 11624043. OLE color: 11624043.
HSL color Cylindrical-coordinate representation of color #6B5EB1: hue angle of 249.4º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5EB1 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 94 | 177 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.31 |
| HSL | 249.4º | 0.35% | 0.53% | - |
| HSV(B) | 249.4º | 0.47% | 0.69% | - |
| XYZ | 18 | 14.31 | 43.41 | - |
| YUV | 107.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 177 | 0.40 | 0.47 | 0 | 0.31 | 249.4 | 0.35 | 0.53 |
| Hex | 6B | 5E | B1 | 28 | 2F | 0 | 1F | F9 | 23 | 35 |
| Octal | 153 | 136 | 261 | 50 | 57 | 0 | 37 | 371 | 43 | 65 |
| Binary | 1101011 | 1011110 | 10110001 | 101000 | 101111 | 0 | 11111 | 11111001 | 100011 | 110101 |
Color Harmonies of #6B5EB1
Complementary color
Monochromatic Colors of #6B5EB1
Black with #6B5EB1
Text Example
Text Example
White with #6B5EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5EB1; }
p { color: rgb(107,94,177); }
H1.HeaderClassName
{
color: #6B5EB1;
}
.AnyTagClassName
{
color: #6B5EB1;
}
</style>
background-color css
<style>
a { background-color: #6B5EB1; }
a { background-color: rgb(107,94,177); }
div.DivClassName
{
background-color: #6B5EB1;
}
.BgClassName
{
background-color: #6B5EB1;
}
</style>
border-color css
<style>
span { border-color: #6B5EB1; }
span { border-color: rgb(107,94,177); }
td.TdClassName
{
border-color: #6B5EB1;
}
.TagClassName
{
border-color: #6B5EB1;
}
</style>