Shades of Medium Slate Blue #6F6CFE
Tints of Medium Slate Blue #6F6CFE
RGB
CMYK
RGB Variations
Color information
#6F6CFE (or 0x6F6CFE) is known color: Medium Slate Blue. HEX triplet: 6F, 6C and FE. RGB value is (111,108,254). Sum of RGB (Red+Green+Blue) = 111+108+254=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F6CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6CFE is #909301. Grayscale: #7C7C7C. Windows color (decimal): -9474818 or 16673903. OLE color: 16673903.
HSL color Cylindrical-coordinate representation of color #6F6CFE: hue angle of 241.23º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F6CFE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 108 | 254 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.00 |
| HSL | 241.23º | 0.99% | 0.71% | - |
| HSV(B) | 241.23º | 0.57% | 1% | - |
| XYZ | 29.81 | 21.26 | 96.3 | - |
| YUV | 125.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 254 | 0.56 | 0.57 | 0 | 0.00 | 241.23 | 0.99 | 0.71 |
| Hex | 6F | 6C | FE | 38 | 39 | 0 | 0 | F1 | 63 | 47 |
| Octal | 157 | 154 | 376 | 70 | 71 | 0 | 0 | 361 | 143 | 107 |
| Binary | 1101111 | 1101100 | 11111110 | 111000 | 111001 | 0 | 0 | 11110001 | 1100011 | 1000111 |
Color Harmonies of #6F6CFE
Complementary color
Monochromatic Colors of #6F6CFE
Black with #6F6CFE
Text Example
Text Example
White with #6F6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6CFE; }
p { color: rgb(111,108,254); }
H1.HeaderClassName
{
color: #6F6CFE;
}
.AnyTagClassName
{
color: #6F6CFE;
}
</style>
background-color css
<style>
a { background-color: #6F6CFE; }
a { background-color: rgb(111,108,254); }
div.DivClassName
{
background-color: #6F6CFE;
}
.BgClassName
{
background-color: #6F6CFE;
}
</style>
border-color css
<style>
span { border-color: #6F6CFE; }
span { border-color: rgb(111,108,254); }
td.TdClassName
{
border-color: #6F6CFE;
}
.TagClassName
{
border-color: #6F6CFE;
}
</style>