Shades of Medium Slate Blue #6F68EF
Tints of Medium Slate Blue #6F68EF
RGB
CMYK
RGB Variations
Color information
#6F68EF (or 0x6F68EF) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and EF. RGB value is (111,104,239). Sum of RGB (Red+Green+Blue) = 111+104+239=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F68EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68EF is #909710. Grayscale: #787878. Windows color (decimal): -9475857 or 15689839. OLE color: 15689839.
HSL color Cylindrical-coordinate representation of color #6F68EF: hue angle of 243.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F68EF is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 104 | 239 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.06 |
| HSL | 243.11º | 0.81% | 0.67% | - |
| HSV(B) | 243.11º | 0.56% | 0.94% | - |
| XYZ | 27.09 | 19.51 | 84 | - |
| YUV | 121.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 239 | 0.54 | 0.56 | 0 | 0.06 | 243.11 | 0.81 | 0.67 |
| Hex | 6F | 68 | EF | 36 | 38 | 0 | 6 | F3 | 51 | 43 |
| Octal | 157 | 150 | 357 | 66 | 70 | 0 | 6 | 363 | 121 | 103 |
| Binary | 1101111 | 1101000 | 11101111 | 110110 | 111000 | 0 | 110 | 11110011 | 1010001 | 1000011 |
Color Harmonies of #6F68EF
Complementary color
Monochromatic Colors of #6F68EF
Black with #6F68EF
Text Example
Text Example
White with #6F68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68EF; }
p { color: rgb(111,104,239); }
H1.HeaderClassName
{
color: #6F68EF;
}
.AnyTagClassName
{
color: #6F68EF;
}
</style>
background-color css
<style>
a { background-color: #6F68EF; }
a { background-color: rgb(111,104,239); }
div.DivClassName
{
background-color: #6F68EF;
}
.BgClassName
{
background-color: #6F68EF;
}
</style>
border-color css
<style>
span { border-color: #6F68EF; }
span { border-color: rgb(111,104,239); }
td.TdClassName
{
border-color: #6F68EF;
}
.TagClassName
{
border-color: #6F68EF;
}
</style>