Shades of Blue Marguerite #6E5DB4
Tints of Blue Marguerite #6E5DB4
RGB
CMYK
RGB Variations
Color information
#6E5DB4 (or 0x6E5DB4) is known color: Blue Marguerite. HEX triplet: 6E, 5D and B4. RGB value is (110,93,180). Sum of RGB (Red+Green+Blue) = 110+93+180=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DB4 is #91A24B. Grayscale: #6B6B6B. Windows color (decimal): -9544268 or 11820398. OLE color: 11820398.
HSL color Cylindrical-coordinate representation of color #6E5DB4: hue angle of 251.72º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E5DB4 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 93 | 180 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.29 |
| HSL | 251.72º | 0.37% | 0.54% | - |
| HSV(B) | 251.72º | 0.48% | 0.71% | - |
| XYZ | 18.58 | 14.44 | 44.99 | - |
| YUV | 108 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 180 | 0.39 | 0.48 | 0 | 0.29 | 251.72 | 0.37 | 0.54 |
| Hex | 6E | 5D | B4 | 27 | 30 | 0 | 1D | FC | 25 | 36 |
| Octal | 156 | 135 | 264 | 47 | 60 | 0 | 35 | 374 | 45 | 66 |
| Binary | 1101110 | 1011101 | 10110100 | 100111 | 110000 | 0 | 11101 | 11111100 | 100101 | 110110 |
Color Harmonies of #6E5DB4
Complementary color
Monochromatic Colors of #6E5DB4
Black with #6E5DB4
Text Example
Text Example
White with #6E5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DB4; }
p { color: rgb(110,93,180); }
H1.HeaderClassName
{
color: #6E5DB4;
}
.AnyTagClassName
{
color: #6E5DB4;
}
</style>
background-color css
<style>
a { background-color: #6E5DB4; }
a { background-color: rgb(110,93,180); }
div.DivClassName
{
background-color: #6E5DB4;
}
.BgClassName
{
background-color: #6E5DB4;
}
</style>
border-color css
<style>
span { border-color: #6E5DB4; }
span { border-color: rgb(110,93,180); }
td.TdClassName
{
border-color: #6E5DB4;
}
.TagClassName
{
border-color: #6E5DB4;
}
</style>