Shades of Blue Marguerite #6F55BA
Tints of Blue Marguerite #6F55BA
RGB
CMYK
RGB Variations
Color information
#6F55BA (or 0x6F55BA) is known color: Blue Marguerite. HEX triplet: 6F, 55 and BA. RGB value is (111,85,186). Sum of RGB (Red+Green+Blue) = 111+85+186=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F55BA is #90AA45. Grayscale: #676767. Windows color (decimal): -9480774 or 12211567. OLE color: 12211567.
HSL color Cylindrical-coordinate representation of color #6F55BA: hue angle of 255.45º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F55BA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 85 | 186 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.27 |
| HSL | 255.45º | 0.42% | 0.53% | - |
| HSV(B) | 255.45º | 0.54% | 0.73% | - |
| XYZ | 18.67 | 13.42 | 48.06 | - |
| YUV | 104.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 186 | 0.40 | 0.54 | 0 | 0.27 | 255.45 | 0.42 | 0.53 |
| Hex | 6F | 55 | BA | 28 | 36 | 0 | 1B | FF | 2A | 35 |
| Octal | 157 | 125 | 272 | 50 | 66 | 0 | 33 | 377 | 52 | 65 |
| Binary | 1101111 | 1010101 | 10111010 | 101000 | 110110 | 0 | 11011 | 11111111 | 101010 | 110101 |
Color Harmonies of #6F55BA
Complementary color
Monochromatic Colors of #6F55BA
Black with #6F55BA
Text Example
Text Example
White with #6F55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F55BA; }
p { color: rgb(111,85,186); }
H1.HeaderClassName
{
color: #6F55BA;
}
.AnyTagClassName
{
color: #6F55BA;
}
</style>
background-color css
<style>
a { background-color: #6F55BA; }
a { background-color: rgb(111,85,186); }
div.DivClassName
{
background-color: #6F55BA;
}
.BgClassName
{
background-color: #6F55BA;
}
</style>
border-color css
<style>
span { border-color: #6F55BA; }
span { border-color: rgb(111,85,186); }
td.TdClassName
{
border-color: #6F55BA;
}
.TagClassName
{
border-color: #6F55BA;
}
</style>