Shades of Medium Slate Blue #6E74DA
Tints of Medium Slate Blue #6E74DA
RGB
CMYK
RGB Variations
Color information
#6E74DA (or 0x6E74DA) is known color: Medium Slate Blue. HEX triplet: 6E, 74 and DA. RGB value is (110,116,218). Sum of RGB (Red+Green+Blue) = 110+116+218=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E74DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E74DA is #918B25. Grayscale: #7D7D7D. Windows color (decimal): -9538342 or 14316654. OLE color: 14316654.
HSL color Cylindrical-coordinate representation of color #6E74DA: hue angle of 236.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E74DA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 116 | 218 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.15 |
| HSL | 236.67º | 0.59% | 0.64% | - |
| HSV(B) | 236.67º | 0.5% | 0.85% | - |
| XYZ | 25.33 | 20.87 | 69.02 | - |
| YUV | 125.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 218 | 0.50 | 0.47 | 0 | 0.15 | 236.67 | 0.59 | 0.64 |
| Hex | 6E | 74 | DA | 32 | 2F | 0 | F | ED | 3B | 40 |
| Octal | 156 | 164 | 332 | 62 | 57 | 0 | 17 | 355 | 73 | 100 |
| Binary | 1101110 | 1110100 | 11011010 | 110010 | 101111 | 0 | 1111 | 11101101 | 111011 | 1000000 |
Color Harmonies of #6E74DA
Complementary color
Monochromatic Colors of #6E74DA
Black with #6E74DA
Text Example
Text Example
White with #6E74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E74DA; }
p { color: rgb(110,116,218); }
H1.HeaderClassName
{
color: #6E74DA;
}
.AnyTagClassName
{
color: #6E74DA;
}
</style>
background-color css
<style>
a { background-color: #6E74DA; }
a { background-color: rgb(110,116,218); }
div.DivClassName
{
background-color: #6E74DA;
}
.BgClassName
{
background-color: #6E74DA;
}
</style>
border-color css
<style>
span { border-color: #6E74DA; }
span { border-color: rgb(110,116,218); }
td.TdClassName
{
border-color: #6E74DA;
}
.TagClassName
{
border-color: #6E74DA;
}
</style>