Shades of Blue Marguerite #6F58BA
Tints of Blue Marguerite #6F58BA
RGB
CMYK
RGB Variations
Color information
#6F58BA (or 0x6F58BA) is known color: Blue Marguerite. HEX triplet: 6F, 58 and BA. RGB value is (111,88,186). Sum of RGB (Red+Green+Blue) = 111+88+186=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F58BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58BA is #90A745. Grayscale: #696969. Windows color (decimal): -9480006 or 12212335. OLE color: 12212335.
HSL color Cylindrical-coordinate representation of color #6F58BA: hue angle of 254.08º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F58BA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 88 | 186 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.27 |
| HSL | 254.08º | 0.42% | 0.54% | - |
| HSV(B) | 254.08º | 0.53% | 0.73% | - |
| XYZ | 18.91 | 13.9 | 48.14 | - |
| YUV | 106.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 186 | 0.40 | 0.53 | 0 | 0.27 | 254.08 | 0.42 | 0.54 |
| Hex | 6F | 58 | BA | 28 | 35 | 0 | 1B | FE | 2A | 36 |
| Octal | 157 | 130 | 272 | 50 | 65 | 0 | 33 | 376 | 52 | 66 |
| Binary | 1101111 | 1011000 | 10111010 | 101000 | 110101 | 0 | 11011 | 11111110 | 101010 | 110110 |
Color Harmonies of #6F58BA
Complementary color
Monochromatic Colors of #6F58BA
Black with #6F58BA
Text Example
Text Example
White with #6F58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58BA; }
p { color: rgb(111,88,186); }
H1.HeaderClassName
{
color: #6F58BA;
}
.AnyTagClassName
{
color: #6F58BA;
}
</style>
background-color css
<style>
a { background-color: #6F58BA; }
a { background-color: rgb(111,88,186); }
div.DivClassName
{
background-color: #6F58BA;
}
.BgClassName
{
background-color: #6F58BA;
}
</style>
border-color css
<style>
span { border-color: #6F58BA; }
span { border-color: rgb(111,88,186); }
td.TdClassName
{
border-color: #6F58BA;
}
.TagClassName
{
border-color: #6F58BA;
}
</style>