Shades of Medium Slate Blue #6E73DC
Tints of Medium Slate Blue #6E73DC
RGB
CMYK
RGB Variations
Color information
#6E73DC (or 0x6E73DC) is known color: Medium Slate Blue. HEX triplet: 6E, 73 and DC. RGB value is (110,115,220). Sum of RGB (Red+Green+Blue) = 110+115+220=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E73DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E73DC is #918C23. Grayscale: #7D7D7D. Windows color (decimal): -9538596 or 14447470. OLE color: 14447470.
HSL color Cylindrical-coordinate representation of color #6E73DC: hue angle of 237.27º degrees, saturation: 0.61, 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 #6E73DC is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 115 | 220 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.14 |
| HSL | 237.27º | 0.61% | 0.65% | - |
| HSV(B) | 237.27º | 0.5% | 0.86% | - |
| XYZ | 25.48 | 20.74 | 70.37 | - |
| YUV | 125.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 220 | 0.50 | 0.48 | 0 | 0.14 | 237.27 | 0.61 | 0.65 |
| Hex | 6E | 73 | DC | 32 | 30 | 0 | E | ED | 3D | 41 |
| Octal | 156 | 163 | 334 | 62 | 60 | 0 | 16 | 355 | 75 | 101 |
| Binary | 1101110 | 1110011 | 11011100 | 110010 | 110000 | 0 | 1110 | 11101101 | 111101 | 1000001 |
Color Harmonies of #6E73DC
Complementary color
Monochromatic Colors of #6E73DC
Black with #6E73DC
Text Example
Text Example
White with #6E73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E73DC; }
p { color: rgb(110,115,220); }
H1.HeaderClassName
{
color: #6E73DC;
}
.AnyTagClassName
{
color: #6E73DC;
}
</style>
background-color css
<style>
a { background-color: #6E73DC; }
a { background-color: rgb(110,115,220); }
div.DivClassName
{
background-color: #6E73DC;
}
.BgClassName
{
background-color: #6E73DC;
}
</style>
border-color css
<style>
span { border-color: #6E73DC; }
span { border-color: rgb(110,115,220); }
td.TdClassName
{
border-color: #6E73DC;
}
.TagClassName
{
border-color: #6E73DC;
}
</style>