Shades of Medium Slate Blue #6F6EDD
Tints of Medium Slate Blue #6F6EDD
RGB
CMYK
RGB Variations
Color information
#6F6EDD (or 0x6F6EDD) is known color: Medium Slate Blue. HEX triplet: 6F, 6E and DD. RGB value is (111,110,221). Sum of RGB (Red+Green+Blue) = 111+110+221=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6EDD is #909122. Grayscale: #7A7A7A. Windows color (decimal): -9474339 or 14511727. OLE color: 14511727.
HSL color Cylindrical-coordinate representation of color #6F6EDD: hue angle of 240.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6EDD is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 110 | 221 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.13 |
| HSL | 240.54º | 0.62% | 0.65% | - |
| HSV(B) | 240.54º | 0.5% | 0.87% | - |
| XYZ | 25.18 | 19.75 | 70.89 | - |
| YUV | 122.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 221 | 0.50 | 0.50 | 0 | 0.13 | 240.54 | 0.62 | 0.65 |
| Hex | 6F | 6E | DD | 32 | 32 | 0 | D | F1 | 3E | 41 |
| Octal | 157 | 156 | 335 | 62 | 62 | 0 | 15 | 361 | 76 | 101 |
| Binary | 1101111 | 1101110 | 11011101 | 110010 | 110010 | 0 | 1101 | 11110001 | 111110 | 1000001 |
Color Harmonies of #6F6EDD
Complementary color
Monochromatic Colors of #6F6EDD
Black with #6F6EDD
Text Example
Text Example
White with #6F6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6EDD; }
p { color: rgb(111,110,221); }
H1.HeaderClassName
{
color: #6F6EDD;
}
.AnyTagClassName
{
color: #6F6EDD;
}
</style>
background-color css
<style>
a { background-color: #6F6EDD; }
a { background-color: rgb(111,110,221); }
div.DivClassName
{
background-color: #6F6EDD;
}
.BgClassName
{
background-color: #6F6EDD;
}
</style>
border-color css
<style>
span { border-color: #6F6EDD; }
span { border-color: rgb(111,110,221); }
td.TdClassName
{
border-color: #6F6EDD;
}
.TagClassName
{
border-color: #6F6EDD;
}
</style>