Shades of Medium Slate Blue #6F64EE
Tints of Medium Slate Blue #6F64EE
RGB
CMYK
RGB Variations
Color information
#6F64EE (or 0x6F64EE) is known color: Medium Slate Blue. HEX triplet: 6F, 64 and EE. RGB value is (111,100,238). Sum of RGB (Red+Green+Blue) = 111+100+238=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F64EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F64EE is #909B11. Grayscale: #767676. Windows color (decimal): -9476882 or 15623279. OLE color: 15623279.
HSL color Cylindrical-coordinate representation of color #6F64EE: hue angle of 244.78º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F64EE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 100 | 238 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.07 |
| HSL | 244.78º | 0.8% | 0.66% | - |
| HSV(B) | 244.78º | 0.58% | 0.93% | - |
| XYZ | 26.55 | 18.67 | 83.09 | - |
| YUV | 119.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 238 | 0.53 | 0.58 | 0 | 0.07 | 244.78 | 0.8 | 0.66 |
| Hex | 6F | 64 | EE | 35 | 3A | 0 | 7 | F5 | 50 | 42 |
| Octal | 157 | 144 | 356 | 65 | 72 | 0 | 7 | 365 | 120 | 102 |
| Binary | 1101111 | 1100100 | 11101110 | 110101 | 111010 | 0 | 111 | 11110101 | 1010000 | 1000010 |
Color Harmonies of #6F64EE
Complementary color
Monochromatic Colors of #6F64EE
Black with #6F64EE
Text Example
Text Example
White with #6F64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F64EE; }
p { color: rgb(111,100,238); }
H1.HeaderClassName
{
color: #6F64EE;
}
.AnyTagClassName
{
color: #6F64EE;
}
</style>
background-color css
<style>
a { background-color: #6F64EE; }
a { background-color: rgb(111,100,238); }
div.DivClassName
{
background-color: #6F64EE;
}
.BgClassName
{
background-color: #6F64EE;
}
</style>
border-color css
<style>
span { border-color: #6F64EE; }
span { border-color: rgb(111,100,238); }
td.TdClassName
{
border-color: #6F64EE;
}
.TagClassName
{
border-color: #6F64EE;
}
</style>