Shades of Blue Marguerite #6F49BE
Tints of Blue Marguerite #6F49BE
RGB
CMYK
RGB Variations
Color information
#6F49BE (or 0x6F49BE) is known color: Blue Marguerite. HEX triplet: 6F, 49 and BE. RGB value is (111,73,190). Sum of RGB (Red+Green+Blue) = 111+73+190=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49BE is #90B641. Grayscale: #616161. Windows color (decimal): -9483842 or 12470639. OLE color: 12470639.
HSL color Cylindrical-coordinate representation of color #6F49BE: hue angle of 259.49º degrees, saturation: 0.47, 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 #6F49BE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 73 | 190 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.25 |
| HSL | 259.49º | 0.47% | 0.52% | - |
| HSV(B) | 259.49º | 0.62% | 0.75% | - |
| XYZ | 18.23 | 11.86 | 50.04 | - |
| YUV | 97.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 190 | 0.42 | 0.62 | 0 | 0.25 | 259.49 | 0.47 | 0.52 |
| Hex | 6F | 49 | BE | 2A | 3E | 0 | 19 | 103 | 2F | 34 |
| Octal | 157 | 111 | 276 | 52 | 76 | 0 | 31 | 403 | 57 | 64 |
| Binary | 1101111 | 1001001 | 10111110 | 101010 | 111110 | 0 | 11001 | 100000011 | 101111 | 110100 |
Color Harmonies of #6F49BE
Complementary color
Monochromatic Colors of #6F49BE
Black with #6F49BE
Text Example
Text Example
White with #6F49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49BE; }
p { color: rgb(111,73,190); }
H1.HeaderClassName
{
color: #6F49BE;
}
.AnyTagClassName
{
color: #6F49BE;
}
</style>
background-color css
<style>
a { background-color: #6F49BE; }
a { background-color: rgb(111,73,190); }
div.DivClassName
{
background-color: #6F49BE;
}
.BgClassName
{
background-color: #6F49BE;
}
</style>
border-color css
<style>
span { border-color: #6F49BE; }
span { border-color: rgb(111,73,190); }
td.TdClassName
{
border-color: #6F49BE;
}
.TagClassName
{
border-color: #6F49BE;
}
</style>