Shades of Blue Marguerite #6F49BF
Tints of Blue Marguerite #6F49BF
RGB
CMYK
RGB Variations
Color information
#6F49BF (or 0x6F49BF) is known color: Blue Marguerite. HEX triplet: 6F, 49 and BF. RGB value is (111,73,191). Sum of RGB (Red+Green+Blue) = 111+73+191=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F49BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49BF is #90B640. Grayscale: #616161. Windows color (decimal): -9483841 or 12536175. OLE color: 12536175.
HSL color Cylindrical-coordinate representation of color #6F49BF: hue angle of 259.32º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F49BF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 73 | 191 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.25 |
| HSL | 259.32º | 0.48% | 0.52% | - |
| HSV(B) | 259.32º | 0.62% | 0.75% | - |
| XYZ | 18.34 | 11.91 | 50.62 | - |
| YUV | 97.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 191 | 0.42 | 0.62 | 0 | 0.25 | 259.32 | 0.48 | 0.52 |
| Hex | 6F | 49 | BF | 2A | 3E | 0 | 19 | 103 | 30 | 34 |
| Octal | 157 | 111 | 277 | 52 | 76 | 0 | 31 | 403 | 60 | 64 |
| Binary | 1101111 | 1001001 | 10111111 | 101010 | 111110 | 0 | 11001 | 100000011 | 110000 | 110100 |
Color Harmonies of #6F49BF
Complementary color
Monochromatic Colors of #6F49BF
Black with #6F49BF
Text Example
Text Example
White with #6F49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49BF; }
p { color: rgb(111,73,191); }
H1.HeaderClassName
{
color: #6F49BF;
}
.AnyTagClassName
{
color: #6F49BF;
}
</style>
background-color css
<style>
a { background-color: #6F49BF; }
a { background-color: rgb(111,73,191); }
div.DivClassName
{
background-color: #6F49BF;
}
.BgClassName
{
background-color: #6F49BF;
}
</style>
border-color css
<style>
span { border-color: #6F49BF; }
span { border-color: rgb(111,73,191); }
td.TdClassName
{
border-color: #6F49BF;
}
.TagClassName
{
border-color: #6F49BF;
}
</style>