Shades of Medium Slate Blue #6F68F3
Tints of Medium Slate Blue #6F68F3
RGB
CMYK
RGB Variations
Color information
#6F68F3 (or 0x6F68F3) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and F3. RGB value is (111,104,243). Sum of RGB (Red+Green+Blue) = 111+104+243=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #6F68F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68F3 is #90970C. Grayscale: #797979. Windows color (decimal): -9475853 or 15951983. OLE color: 15951983.
HSL color Cylindrical-coordinate representation of color #6F68F3: hue angle of 243.02º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F68F3 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 104 | 243 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.05 |
| HSL | 243.02º | 0.85% | 0.68% | - |
| HSV(B) | 243.02º | 0.57% | 0.95% | - |
| XYZ | 27.68 | 19.75 | 87.15 | - |
| YUV | 121.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 243 | 0.54 | 0.57 | 0 | 0.05 | 243.02 | 0.85 | 0.68 |
| Hex | 6F | 68 | F3 | 36 | 39 | 0 | 5 | F3 | 55 | 44 |
| Octal | 157 | 150 | 363 | 66 | 71 | 0 | 5 | 363 | 125 | 104 |
| Binary | 1101111 | 1101000 | 11110011 | 110110 | 111001 | 0 | 101 | 11110011 | 1010101 | 1000100 |
Color Harmonies of #6F68F3
Complementary color
Monochromatic Colors of #6F68F3
Black with #6F68F3
Text Example
Text Example
White with #6F68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68F3; }
p { color: rgb(111,104,243); }
H1.HeaderClassName
{
color: #6F68F3;
}
.AnyTagClassName
{
color: #6F68F3;
}
</style>
background-color css
<style>
a { background-color: #6F68F3; }
a { background-color: rgb(111,104,243); }
div.DivClassName
{
background-color: #6F68F3;
}
.BgClassName
{
background-color: #6F68F3;
}
</style>
border-color css
<style>
span { border-color: #6F68F3; }
span { border-color: rgb(111,104,243); }
td.TdClassName
{
border-color: #6F68F3;
}
.TagClassName
{
border-color: #6F68F3;
}
</style>