Shades of Blue Marguerite #6E53BA
Tints of Blue Marguerite #6E53BA
RGB
CMYK
RGB Variations
Color information
#6E53BA (or 0x6E53BA) is known color: Blue Marguerite. HEX triplet: 6E, 53 and BA. RGB value is (110,83,186). Sum of RGB (Red+Green+Blue) = 110+83+186=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53BA is #91AC45. Grayscale: #666666. Windows color (decimal): -9546822 or 12211054. OLE color: 12211054.
HSL color Cylindrical-coordinate representation of color #6E53BA: hue angle of 255.73º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E53BA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 83 | 186 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.27 |
| HSL | 255.73º | 0.43% | 0.53% | - |
| HSV(B) | 255.73º | 0.55% | 0.73% | - |
| XYZ | 18.39 | 13.05 | 48 | - |
| YUV | 102.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 186 | 0.41 | 0.55 | 0 | 0.27 | 255.73 | 0.43 | 0.53 |
| Hex | 6E | 53 | BA | 29 | 37 | 0 | 1B | 100 | 2B | 35 |
| Octal | 156 | 123 | 272 | 51 | 67 | 0 | 33 | 400 | 53 | 65 |
| Binary | 1101110 | 1010011 | 10111010 | 101001 | 110111 | 0 | 11011 | 100000000 | 101011 | 110101 |
Color Harmonies of #6E53BA
Complementary color
Monochromatic Colors of #6E53BA
Black with #6E53BA
Text Example
Text Example
White with #6E53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E53BA; }
p { color: rgb(110,83,186); }
H1.HeaderClassName
{
color: #6E53BA;
}
.AnyTagClassName
{
color: #6E53BA;
}
</style>
background-color css
<style>
a { background-color: #6E53BA; }
a { background-color: rgb(110,83,186); }
div.DivClassName
{
background-color: #6E53BA;
}
.BgClassName
{
background-color: #6E53BA;
}
</style>
border-color css
<style>
span { border-color: #6E53BA; }
span { border-color: rgb(110,83,186); }
td.TdClassName
{
border-color: #6E53BA;
}
.TagClassName
{
border-color: #6E53BA;
}
</style>