Shades of Medium Slate Blue #6F6BEC
Tints of Medium Slate Blue #6F6BEC
RGB
CMYK
RGB Variations
Color information
#6F6BEC (or 0x6F6BEC) is known color: Medium Slate Blue. HEX triplet: 6F, 6B and EC. RGB value is (111,107,236). Sum of RGB (Red+Green+Blue) = 111+107+236=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F6BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6BEC is #909413. Grayscale: #7A7A7A. Windows color (decimal): -9475092 or 15493999. OLE color: 15493999.
HSL color Cylindrical-coordinate representation of color #6F6BEC: hue angle of 241.86º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F6BEC is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 107 | 236 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.07 |
| HSL | 241.86º | 0.77% | 0.67% | - |
| HSV(B) | 241.86º | 0.55% | 0.93% | - |
| XYZ | 26.95 | 19.95 | 81.79 | - |
| YUV | 122.9 | 191.83 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 236 | 0.53 | 0.55 | 0 | 0.07 | 241.86 | 0.77 | 0.67 |
| Hex | 6F | 6B | EC | 35 | 37 | 0 | 7 | F2 | 4D | 43 |
| Octal | 157 | 153 | 354 | 65 | 67 | 0 | 7 | 362 | 115 | 103 |
| Binary | 1101111 | 1101011 | 11101100 | 110101 | 110111 | 0 | 111 | 11110010 | 1001101 | 1000011 |
Color Harmonies of #6F6BEC
Complementary color
Monochromatic Colors of #6F6BEC
Black with #6F6BEC
Text Example
Text Example
White with #6F6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6BEC; }
p { color: rgb(111,107,236); }
H1.HeaderClassName
{
color: #6F6BEC;
}
.AnyTagClassName
{
color: #6F6BEC;
}
</style>
background-color css
<style>
a { background-color: #6F6BEC; }
a { background-color: rgb(111,107,236); }
div.DivClassName
{
background-color: #6F6BEC;
}
.BgClassName
{
background-color: #6F6BEC;
}
</style>
border-color css
<style>
span { border-color: #6F6BEC; }
span { border-color: rgb(111,107,236); }
td.TdClassName
{
border-color: #6F6BEC;
}
.TagClassName
{
border-color: #6F6BEC;
}
</style>