Shades of Medium Slate Blue #6F6DEB
Tints of Medium Slate Blue #6F6DEB
RGB
CMYK
RGB Variations
Color information
#6F6DEB (or 0x6F6DEB) is known color: Medium Slate Blue. HEX triplet: 6F, 6D and EB. RGB value is (111,109,235). Sum of RGB (Red+Green+Blue) = 111+109+235=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F6DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6DEB is #909214. Grayscale: #7B7B7B. Windows color (decimal): -9474581 or 15428975. OLE color: 15428975.
HSL color Cylindrical-coordinate representation of color #6F6DEB: hue angle of 240.95º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F6DEB is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 109 | 235 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.08 |
| HSL | 240.95º | 0.76% | 0.67% | - |
| HSV(B) | 240.95º | 0.54% | 0.92% | - |
| XYZ | 27.02 | 20.31 | 81.09 | - |
| YUV | 123.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 235 | 0.53 | 0.54 | 0 | 0.08 | 240.95 | 0.76 | 0.67 |
| Hex | 6F | 6D | EB | 35 | 36 | 0 | 8 | F1 | 4C | 43 |
| Octal | 157 | 155 | 353 | 65 | 66 | 0 | 10 | 361 | 114 | 103 |
| Binary | 1101111 | 1101101 | 11101011 | 110101 | 110110 | 0 | 1000 | 11110001 | 1001100 | 1000011 |
Color Harmonies of #6F6DEB
Complementary color
Monochromatic Colors of #6F6DEB
Black with #6F6DEB
Text Example
Text Example
White with #6F6DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6DEB; }
p { color: rgb(111,109,235); }
H1.HeaderClassName
{
color: #6F6DEB;
}
.AnyTagClassName
{
color: #6F6DEB;
}
</style>
background-color css
<style>
a { background-color: #6F6DEB; }
a { background-color: rgb(111,109,235); }
div.DivClassName
{
background-color: #6F6DEB;
}
.BgClassName
{
background-color: #6F6DEB;
}
</style>
border-color css
<style>
span { border-color: #6F6DEB; }
span { border-color: rgb(111,109,235); }
td.TdClassName
{
border-color: #6F6DEB;
}
.TagClassName
{
border-color: #6F6DEB;
}
</style>