Shades of Blue Marguerite #6B5BBD
Tints of Blue Marguerite #6B5BBD
RGB
CMYK
RGB Variations
Color information
#6B5BBD (or 0x6B5BBD) is known color: Blue Marguerite. HEX triplet: 6B, 5B and BD. RGB value is (107,91,189). Sum of RGB (Red+Green+Blue) = 107+91+189=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B5BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BBD is #94A442. Grayscale: #6A6A6A. Windows color (decimal): -9741379 or 12409707. OLE color: 12409707.
HSL color Cylindrical-coordinate representation of color #6B5BBD: hue angle of 249.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5BBD is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 91 | 189 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.26 |
| HSL | 249.8º | 0.43% | 0.55% | - |
| HSV(B) | 249.8º | 0.52% | 0.74% | - |
| XYZ | 18.99 | 14.28 | 49.9 | - |
| YUV | 106.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 189 | 0.43 | 0.52 | 0 | 0.26 | 249.8 | 0.43 | 0.55 |
| Hex | 6B | 5B | BD | 2B | 34 | 0 | 1A | FA | 2B | 37 |
| Octal | 153 | 133 | 275 | 53 | 64 | 0 | 32 | 372 | 53 | 67 |
| Binary | 1101011 | 1011011 | 10111101 | 101011 | 110100 | 0 | 11010 | 11111010 | 101011 | 110111 |
Color Harmonies of #6B5BBD
Complementary color
Monochromatic Colors of #6B5BBD
Black with #6B5BBD
Text Example
Text Example
White with #6B5BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BBD; }
p { color: rgb(107,91,189); }
H1.HeaderClassName
{
color: #6B5BBD;
}
.AnyTagClassName
{
color: #6B5BBD;
}
</style>
background-color css
<style>
a { background-color: #6B5BBD; }
a { background-color: rgb(107,91,189); }
div.DivClassName
{
background-color: #6B5BBD;
}
.BgClassName
{
background-color: #6B5BBD;
}
</style>
border-color css
<style>
span { border-color: #6B5BBD; }
span { border-color: rgb(107,91,189); }
td.TdClassName
{
border-color: #6B5BBD;
}
.TagClassName
{
border-color: #6B5BBD;
}
</style>