Shades of Medium Slate Blue #6E74DF
Tints of Medium Slate Blue #6E74DF
RGB
CMYK
RGB Variations
Color information
#6E74DF (or 0x6E74DF) is known color: Medium Slate Blue. HEX triplet: 6E, 74 and DF. RGB value is (110,116,223). Sum of RGB (Red+Green+Blue) = 110+116+223=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E74DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E74DF is #918B20. Grayscale: #7D7D7D. Windows color (decimal): -9538337 or 14644334. OLE color: 14644334.
HSL color Cylindrical-coordinate representation of color #6E74DF: hue angle of 236.81º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E74DF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 116 | 223 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.13 |
| HSL | 236.81º | 0.64% | 0.65% | - |
| HSV(B) | 236.81º | 0.51% | 0.87% | - |
| XYZ | 26 | 21.13 | 72.52 | - |
| YUV | 126.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 223 | 0.51 | 0.48 | 0 | 0.13 | 236.81 | 0.64 | 0.65 |
| Hex | 6E | 74 | DF | 33 | 30 | 0 | D | ED | 40 | 41 |
| Octal | 156 | 164 | 337 | 63 | 60 | 0 | 15 | 355 | 100 | 101 |
| Binary | 1101110 | 1110100 | 11011111 | 110011 | 110000 | 0 | 1101 | 11101101 | 1000000 | 1000001 |
Color Harmonies of #6E74DF
Complementary color
Monochromatic Colors of #6E74DF
Black with #6E74DF
Text Example
Text Example
White with #6E74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E74DF; }
p { color: rgb(110,116,223); }
H1.HeaderClassName
{
color: #6E74DF;
}
.AnyTagClassName
{
color: #6E74DF;
}
</style>
background-color css
<style>
a { background-color: #6E74DF; }
a { background-color: rgb(110,116,223); }
div.DivClassName
{
background-color: #6E74DF;
}
.BgClassName
{
background-color: #6E74DF;
}
</style>
border-color css
<style>
span { border-color: #6E74DF; }
span { border-color: rgb(110,116,223); }
td.TdClassName
{
border-color: #6E74DF;
}
.TagClassName
{
border-color: #6E74DF;
}
</style>