Shades of Blue Marguerite #6E48BE
Tints of Blue Marguerite #6E48BE
RGB
CMYK
RGB Variations
Color information
#6E48BE (or 0x6E48BE) is known color: Blue Marguerite. HEX triplet: 6E, 48 and BE. RGB value is (110,72,190). Sum of RGB (Red+Green+Blue) = 110+72+190=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E48BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E48BE is #91B741. Grayscale: #606060. Windows color (decimal): -9549634 or 12470382. OLE color: 12470382.
HSL color Cylindrical-coordinate representation of color #6E48BE: hue angle of 259.32º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E48BE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 72 | 190 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.25 |
| HSL | 259.32º | 0.48% | 0.51% | - |
| HSV(B) | 259.32º | 0.62% | 0.75% | - |
| XYZ | 18.04 | 11.67 | 50.02 | - |
| YUV | 96.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 190 | 0.42 | 0.62 | 0 | 0.25 | 259.32 | 0.48 | 0.51 |
| Hex | 6E | 48 | BE | 2A | 3E | 0 | 19 | 103 | 30 | 33 |
| Octal | 156 | 110 | 276 | 52 | 76 | 0 | 31 | 403 | 60 | 63 |
| Binary | 1101110 | 1001000 | 10111110 | 101010 | 111110 | 0 | 11001 | 100000011 | 110000 | 110011 |
Color Harmonies of #6E48BE
Complementary color
Monochromatic Colors of #6E48BE
Black with #6E48BE
Text Example
Text Example
White with #6E48BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E48BE; }
p { color: rgb(110,72,190); }
H1.HeaderClassName
{
color: #6E48BE;
}
.AnyTagClassName
{
color: #6E48BE;
}
</style>
background-color css
<style>
a { background-color: #6E48BE; }
a { background-color: rgb(110,72,190); }
div.DivClassName
{
background-color: #6E48BE;
}
.BgClassName
{
background-color: #6E48BE;
}
</style>
border-color css
<style>
span { border-color: #6E48BE; }
span { border-color: rgb(110,72,190); }
td.TdClassName
{
border-color: #6E48BE;
}
.TagClassName
{
border-color: #6E48BE;
}
</style>