Shades of Medium Slate Blue #6F68ED
Tints of Medium Slate Blue #6F68ED
RGB
CMYK
RGB Variations
Color information
#6F68ED (or 0x6F68ED) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and ED. RGB value is (111,104,237). Sum of RGB (Red+Green+Blue) = 111+104+237=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F68ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68ED is #909712. Grayscale: #787878. Windows color (decimal): -9475859 or 15558767. OLE color: 15558767.
HSL color Cylindrical-coordinate representation of color #6F68ED: hue angle of 243.16º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F68ED is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 104 | 237 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.07 |
| HSL | 243.16º | 0.79% | 0.67% | - |
| HSV(B) | 243.16º | 0.56% | 0.93% | - |
| XYZ | 26.79 | 19.39 | 82.45 | - |
| YUV | 121.26 | 193.32 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 237 | 0.53 | 0.56 | 0 | 0.07 | 243.16 | 0.79 | 0.67 |
| Hex | 6F | 68 | ED | 35 | 38 | 0 | 7 | F3 | 4F | 43 |
| Octal | 157 | 150 | 355 | 65 | 70 | 0 | 7 | 363 | 117 | 103 |
| Binary | 1101111 | 1101000 | 11101101 | 110101 | 111000 | 0 | 111 | 11110011 | 1001111 | 1000011 |
Color Harmonies of #6F68ED
Complementary color
Monochromatic Colors of #6F68ED
Black with #6F68ED
Text Example
Text Example
White with #6F68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68ED; }
p { color: rgb(111,104,237); }
H1.HeaderClassName
{
color: #6F68ED;
}
.AnyTagClassName
{
color: #6F68ED;
}
</style>
background-color css
<style>
a { background-color: #6F68ED; }
a { background-color: rgb(111,104,237); }
div.DivClassName
{
background-color: #6F68ED;
}
.BgClassName
{
background-color: #6F68ED;
}
</style>
border-color css
<style>
span { border-color: #6F68ED; }
span { border-color: rgb(111,104,237); }
td.TdClassName
{
border-color: #6F68ED;
}
.TagClassName
{
border-color: #6F68ED;
}
</style>