Shades of Blue Marguerite #6F5EBA
Tints of Blue Marguerite #6F5EBA
RGB
CMYK
RGB Variations
Color information
#6F5EBA (or 0x6F5EBA) is known color: Blue Marguerite. HEX triplet: 6F, 5E and BA. RGB value is (111,94,186). Sum of RGB (Red+Green+Blue) = 111+94+186=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5EBA is #90A145. Grayscale: #6D6D6D. Windows color (decimal): -9478470 or 12213871. OLE color: 12213871.
HSL color Cylindrical-coordinate representation of color #6F5EBA: hue angle of 251.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F5EBA is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 94 | 186 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.27 |
| HSL | 251.09º | 0.4% | 0.55% | - |
| HSV(B) | 251.09º | 0.49% | 0.73% | - |
| XYZ | 19.42 | 14.93 | 48.31 | - |
| YUV | 109.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 186 | 0.40 | 0.49 | 0 | 0.27 | 251.09 | 0.4 | 0.55 |
| Hex | 6F | 5E | BA | 28 | 31 | 0 | 1B | FB | 28 | 37 |
| Octal | 157 | 136 | 272 | 50 | 61 | 0 | 33 | 373 | 50 | 67 |
| Binary | 1101111 | 1011110 | 10111010 | 101000 | 110001 | 0 | 11011 | 11111011 | 101000 | 110111 |
Color Harmonies of #6F5EBA
Complementary color
Monochromatic Colors of #6F5EBA
Black with #6F5EBA
Text Example
Text Example
White with #6F5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5EBA; }
p { color: rgb(111,94,186); }
H1.HeaderClassName
{
color: #6F5EBA;
}
.AnyTagClassName
{
color: #6F5EBA;
}
</style>
background-color css
<style>
a { background-color: #6F5EBA; }
a { background-color: rgb(111,94,186); }
div.DivClassName
{
background-color: #6F5EBA;
}
.BgClassName
{
background-color: #6F5EBA;
}
</style>
border-color css
<style>
span { border-color: #6F5EBA; }
span { border-color: rgb(111,94,186); }
td.TdClassName
{
border-color: #6F5EBA;
}
.TagClassName
{
border-color: #6F5EBA;
}
</style>