Shades of Blue Marguerite #6B5BBF
Tints of Blue Marguerite #6B5BBF
RGB
CMYK
RGB Variations
Color information
#6B5BBF (or 0x6B5BBF) is known color: Blue Marguerite. HEX triplet: 6B, 5B and BF. RGB value is (107,91,191). Sum of RGB (Red+Green+Blue) = 107+91+191=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BBF is #94A440. Grayscale: #6A6A6A. Windows color (decimal): -9741377 or 12540779. OLE color: 12540779.
HSL color Cylindrical-coordinate representation of color #6B5BBF: hue angle of 249.6º degrees, saturation: 0.44, 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 #6B5BBF is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 91 | 191 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.25 |
| HSL | 249.6º | 0.44% | 0.55% | - |
| HSV(B) | 249.6º | 0.52% | 0.75% | - |
| XYZ | 19.21 | 14.37 | 51.05 | - |
| YUV | 107.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 191 | 0.44 | 0.52 | 0 | 0.25 | 249.6 | 0.44 | 0.55 |
| Hex | 6B | 5B | BF | 2C | 34 | 0 | 19 | FA | 2C | 37 |
| Octal | 153 | 133 | 277 | 54 | 64 | 0 | 31 | 372 | 54 | 67 |
| Binary | 1101011 | 1011011 | 10111111 | 101100 | 110100 | 0 | 11001 | 11111010 | 101100 | 110111 |
Color Harmonies of #6B5BBF
Complementary color
Monochromatic Colors of #6B5BBF
Black with #6B5BBF
Text Example
Text Example
White with #6B5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BBF; }
p { color: rgb(107,91,191); }
H1.HeaderClassName
{
color: #6B5BBF;
}
.AnyTagClassName
{
color: #6B5BBF;
}
</style>
background-color css
<style>
a { background-color: #6B5BBF; }
a { background-color: rgb(107,91,191); }
div.DivClassName
{
background-color: #6B5BBF;
}
.BgClassName
{
background-color: #6B5BBF;
}
</style>
border-color css
<style>
span { border-color: #6B5BBF; }
span { border-color: rgb(107,91,191); }
td.TdClassName
{
border-color: #6B5BBF;
}
.TagClassName
{
border-color: #6B5BBF;
}
</style>