Shades of Blue Marguerite #6F49BB
Tints of Blue Marguerite #6F49BB
RGB
CMYK
RGB Variations
Color information
#6F49BB (or 0x6F49BB) is known color: Blue Marguerite. HEX triplet: 6F, 49 and BB. RGB value is (111,73,187). Sum of RGB (Red+Green+Blue) = 111+73+187=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F49BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49BB is #90B644. Grayscale: #606060. Windows color (decimal): -9483845 or 12274031. OLE color: 12274031.
HSL color Cylindrical-coordinate representation of color #6F49BB: hue angle of 260º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F49BB is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 73 | 187 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.27 |
| HSL | 260º | 0.46% | 0.51% | - |
| HSV(B) | 260º | 0.61% | 0.73% | - |
| XYZ | 17.91 | 11.73 | 48.33 | - |
| YUV | 97.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 187 | 0.41 | 0.61 | 0 | 0.27 | 260 | 0.46 | 0.51 |
| Hex | 6F | 49 | BB | 29 | 3D | 0 | 1B | 104 | 2E | 33 |
| Octal | 157 | 111 | 273 | 51 | 75 | 0 | 33 | 404 | 56 | 63 |
| Binary | 1101111 | 1001001 | 10111011 | 101001 | 111101 | 0 | 11011 | 100000100 | 101110 | 110011 |
Color Harmonies of #6F49BB
Complementary color
Monochromatic Colors of #6F49BB
Black with #6F49BB
Text Example
Text Example
White with #6F49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49BB; }
p { color: rgb(111,73,187); }
H1.HeaderClassName
{
color: #6F49BB;
}
.AnyTagClassName
{
color: #6F49BB;
}
</style>
background-color css
<style>
a { background-color: #6F49BB; }
a { background-color: rgb(111,73,187); }
div.DivClassName
{
background-color: #6F49BB;
}
.BgClassName
{
background-color: #6F49BB;
}
</style>
border-color css
<style>
span { border-color: #6F49BB; }
span { border-color: rgb(111,73,187); }
td.TdClassName
{
border-color: #6F49BB;
}
.TagClassName
{
border-color: #6F49BB;
}
</style>