Shades of Blue Marguerite #6B5BB1
Tints of Blue Marguerite #6B5BB1
RGB
CMYK
RGB Variations
Color information
#6B5BB1 (or 0x6B5BB1) is known color: Blue Marguerite. HEX triplet: 6B, 5B and B1. RGB value is (107,91,177). Sum of RGB (Red+Green+Blue) = 107+91+177=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B5BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5BB1 is #94A44E. Grayscale: #696969. Windows color (decimal): -9741391 or 11623275. OLE color: 11623275.
HSL color Cylindrical-coordinate representation of color #6B5BB1: hue angle of 251.16º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B5BB1 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 91 | 177 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.31 |
| HSL | 251.16º | 0.36% | 0.53% | - |
| HSV(B) | 251.16º | 0.49% | 0.69% | - |
| XYZ | 17.74 | 13.78 | 43.32 | - |
| YUV | 105.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 177 | 0.40 | 0.49 | 0 | 0.31 | 251.16 | 0.36 | 0.53 |
| Hex | 6B | 5B | B1 | 28 | 31 | 0 | 1F | FB | 24 | 35 |
| Octal | 153 | 133 | 261 | 50 | 61 | 0 | 37 | 373 | 44 | 65 |
| Binary | 1101011 | 1011011 | 10110001 | 101000 | 110001 | 0 | 11111 | 11111011 | 100100 | 110101 |
Color Harmonies of #6B5BB1
Complementary color
Monochromatic Colors of #6B5BB1
Black with #6B5BB1
Text Example
Text Example
White with #6B5BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BB1; }
p { color: rgb(107,91,177); }
H1.HeaderClassName
{
color: #6B5BB1;
}
.AnyTagClassName
{
color: #6B5BB1;
}
</style>
background-color css
<style>
a { background-color: #6B5BB1; }
a { background-color: rgb(107,91,177); }
div.DivClassName
{
background-color: #6B5BB1;
}
.BgClassName
{
background-color: #6B5BB1;
}
</style>
border-color css
<style>
span { border-color: #6B5BB1; }
span { border-color: rgb(107,91,177); }
td.TdClassName
{
border-color: #6B5BB1;
}
.TagClassName
{
border-color: #6B5BB1;
}
</style>