Shades of Medium Slate Blue #6F5DEA
Tints of Medium Slate Blue #6F5DEA
RGB
CMYK
RGB Variations
Color information
#6F5DEA (or 0x6F5DEA) is known color: Medium Slate Blue. HEX triplet: 6F, 5D and EA. RGB value is (111,93,234). Sum of RGB (Red+Green+Blue) = 111+93+234=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F5DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5DEA is #90A215. Grayscale: #717171. Windows color (decimal): -9478678 or 15359343. OLE color: 15359343.
HSL color Cylindrical-coordinate representation of color #6F5DEA: hue angle of 247.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F5DEA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 93 | 234 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.08 |
| HSL | 247.66º | 0.77% | 0.64% | - |
| HSV(B) | 247.66º | 0.6% | 0.92% | - |
| XYZ | 25.32 | 17.15 | 79.82 | - |
| YUV | 114.46 | 195.46 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 234 | 0.53 | 0.60 | 0 | 0.08 | 247.66 | 0.77 | 0.64 |
| Hex | 6F | 5D | EA | 35 | 3C | 0 | 8 | F8 | 4D | 40 |
| Octal | 157 | 135 | 352 | 65 | 74 | 0 | 10 | 370 | 115 | 100 |
| Binary | 1101111 | 1011101 | 11101010 | 110101 | 111100 | 0 | 1000 | 11111000 | 1001101 | 1000000 |
Color Harmonies of #6F5DEA
Complementary color
Monochromatic Colors of #6F5DEA
Black with #6F5DEA
Text Example
Text Example
White with #6F5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5DEA; }
p { color: rgb(111,93,234); }
H1.HeaderClassName
{
color: #6F5DEA;
}
.AnyTagClassName
{
color: #6F5DEA;
}
</style>
background-color css
<style>
a { background-color: #6F5DEA; }
a { background-color: rgb(111,93,234); }
div.DivClassName
{
background-color: #6F5DEA;
}
.BgClassName
{
background-color: #6F5DEA;
}
</style>
border-color css
<style>
span { border-color: #6F5DEA; }
span { border-color: rgb(111,93,234); }
td.TdClassName
{
border-color: #6F5DEA;
}
.TagClassName
{
border-color: #6F5DEA;
}
</style>