Shades of Blue Marguerite #6F5BBC
Tints of Blue Marguerite #6F5BBC
RGB
CMYK
RGB Variations
Color information
#6F5BBC (or 0x6F5BBC) is known color: Blue Marguerite. HEX triplet: 6F, 5B and BC. RGB value is (111,91,188). Sum of RGB (Red+Green+Blue) = 111+91+188=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BBC is #90A443. Grayscale: #6B6B6B. Windows color (decimal): -9479236 or 12344175. OLE color: 12344175.
HSL color Cylindrical-coordinate representation of color #6F5BBC: hue angle of 252.37º degrees, saturation: 0.42, 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 #6F5BBC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 91 | 188 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.26 |
| HSL | 252.37º | 0.42% | 0.55% | - |
| HSV(B) | 252.37º | 0.52% | 0.74% | - |
| XYZ | 19.37 | 14.49 | 49.35 | - |
| YUV | 108.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 188 | 0.41 | 0.52 | 0 | 0.26 | 252.37 | 0.42 | 0.55 |
| Hex | 6F | 5B | BC | 29 | 34 | 0 | 1A | FC | 2A | 37 |
| Octal | 157 | 133 | 274 | 51 | 64 | 0 | 32 | 374 | 52 | 67 |
| Binary | 1101111 | 1011011 | 10111100 | 101001 | 110100 | 0 | 11010 | 11111100 | 101010 | 110111 |
Color Harmonies of #6F5BBC
Complementary color
Monochromatic Colors of #6F5BBC
Black with #6F5BBC
Text Example
Text Example
White with #6F5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5BBC; }
p { color: rgb(111,91,188); }
H1.HeaderClassName
{
color: #6F5BBC;
}
.AnyTagClassName
{
color: #6F5BBC;
}
</style>
background-color css
<style>
a { background-color: #6F5BBC; }
a { background-color: rgb(111,91,188); }
div.DivClassName
{
background-color: #6F5BBC;
}
.BgClassName
{
background-color: #6F5BBC;
}
</style>
border-color css
<style>
span { border-color: #6F5BBC; }
span { border-color: rgb(111,91,188); }
td.TdClassName
{
border-color: #6F5BBC;
}
.TagClassName
{
border-color: #6F5BBC;
}
</style>