Shades of Blue Marguerite #6B5BBE
Tints of Blue Marguerite #6B5BBE
RGB
CMYK
RGB Variations
Color information
#6B5BBE (or 0x6B5BBE) is known color: Blue Marguerite. HEX triplet: 6B, 5B and BE. RGB value is (107,91,190). Sum of RGB (Red+Green+Blue) = 107+91+190=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BBE is #94A441. Grayscale: #6A6A6A. Windows color (decimal): -9741378 or 12475243. OLE color: 12475243.
HSL color Cylindrical-coordinate representation of color #6B5BBE: hue angle of 249.7º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5BBE is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 91 | 190 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.25 |
| HSL | 249.7º | 0.43% | 0.55% | - |
| HSV(B) | 249.7º | 0.52% | 0.75% | - |
| XYZ | 19.1 | 14.33 | 50.47 | - |
| YUV | 107.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 190 | 0.44 | 0.52 | 0 | 0.25 | 249.7 | 0.43 | 0.55 |
| Hex | 6B | 5B | BE | 2C | 34 | 0 | 19 | FA | 2B | 37 |
| Octal | 153 | 133 | 276 | 54 | 64 | 0 | 31 | 372 | 53 | 67 |
| Binary | 1101011 | 1011011 | 10111110 | 101100 | 110100 | 0 | 11001 | 11111010 | 101011 | 110111 |
Color Harmonies of #6B5BBE
Complementary color
Monochromatic Colors of #6B5BBE
Black with #6B5BBE
Text Example
Text Example
White with #6B5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BBE; }
p { color: rgb(107,91,190); }
H1.HeaderClassName
{
color: #6B5BBE;
}
.AnyTagClassName
{
color: #6B5BBE;
}
</style>
background-color css
<style>
a { background-color: #6B5BBE; }
a { background-color: rgb(107,91,190); }
div.DivClassName
{
background-color: #6B5BBE;
}
.BgClassName
{
background-color: #6B5BBE;
}
</style>
border-color css
<style>
span { border-color: #6B5BBE; }
span { border-color: rgb(107,91,190); }
td.TdClassName
{
border-color: #6B5BBE;
}
.TagClassName
{
border-color: #6B5BBE;
}
</style>