Shades of Medium Slate Blue #6E73DB
Tints of Medium Slate Blue #6E73DB
RGB
CMYK
RGB Variations
Color information
#6E73DB (or 0x6E73DB) is known color: Medium Slate Blue. HEX triplet: 6E, 73 and DB. RGB value is (110,115,219). Sum of RGB (Red+Green+Blue) = 110+115+219=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E73DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E73DB is #918C24. Grayscale: #7C7C7C. Windows color (decimal): -9538597 or 14381934. OLE color: 14381934.
HSL color Cylindrical-coordinate representation of color #6E73DB: hue angle of 237.25º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E73DB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 115 | 219 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.14 |
| HSL | 237.25º | 0.6% | 0.65% | - |
| HSV(B) | 237.25º | 0.5% | 0.86% | - |
| XYZ | 25.35 | 20.69 | 69.68 | - |
| YUV | 125.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 219 | 0.50 | 0.47 | 0 | 0.14 | 237.25 | 0.6 | 0.65 |
| Hex | 6E | 73 | DB | 32 | 2F | 0 | E | ED | 3C | 41 |
| Octal | 156 | 163 | 333 | 62 | 57 | 0 | 16 | 355 | 74 | 101 |
| Binary | 1101110 | 1110011 | 11011011 | 110010 | 101111 | 0 | 1110 | 11101101 | 111100 | 1000001 |
Color Harmonies of #6E73DB
Complementary color
Monochromatic Colors of #6E73DB
Black with #6E73DB
Text Example
Text Example
White with #6E73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E73DB; }
p { color: rgb(110,115,219); }
H1.HeaderClassName
{
color: #6E73DB;
}
.AnyTagClassName
{
color: #6E73DB;
}
</style>
background-color css
<style>
a { background-color: #6E73DB; }
a { background-color: rgb(110,115,219); }
div.DivClassName
{
background-color: #6E73DB;
}
.BgClassName
{
background-color: #6E73DB;
}
</style>
border-color css
<style>
span { border-color: #6E73DB; }
span { border-color: rgb(110,115,219); }
td.TdClassName
{
border-color: #6E73DB;
}
.TagClassName
{
border-color: #6E73DB;
}
</style>