Shades of Medium Slate Blue #6F5DFB
Tints of Medium Slate Blue #6F5DFB
RGB
CMYK
RGB Variations
Color information
#6F5DFB (or 0x6F5DFB) is known color: Medium Slate Blue. HEX triplet: 6F, 5D and FB. RGB value is (111,93,251). Sum of RGB (Red+Green+Blue) = 111+93+251=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F5DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5DFB is #90A204. Grayscale: #737373. Windows color (decimal): -9478661 or 16473455. OLE color: 16473455.
HSL color Cylindrical-coordinate representation of color #6F5DFB: hue angle of 246.84º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F5DFB is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 93 | 251 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.02 |
| HSL | 246.84º | 0.95% | 0.67% | - |
| HSV(B) | 246.84º | 0.63% | 0.98% | - |
| XYZ | 27.88 | 18.17 | 93.31 | - |
| YUV | 116.39 | 203.96 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 251 | 0.56 | 0.63 | 0 | 0.02 | 246.84 | 0.95 | 0.67 |
| Hex | 6F | 5D | FB | 38 | 3F | 0 | 2 | F7 | 5F | 43 |
| Octal | 157 | 135 | 373 | 70 | 77 | 0 | 2 | 367 | 137 | 103 |
| Binary | 1101111 | 1011101 | 11111011 | 111000 | 111111 | 0 | 10 | 11110111 | 1011111 | 1000011 |
Color Harmonies of #6F5DFB
Complementary color
Monochromatic Colors of #6F5DFB
Black with #6F5DFB
Text Example
Text Example
White with #6F5DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5DFB; }
p { color: rgb(111,93,251); }
H1.HeaderClassName
{
color: #6F5DFB;
}
.AnyTagClassName
{
color: #6F5DFB;
}
</style>
background-color css
<style>
a { background-color: #6F5DFB; }
a { background-color: rgb(111,93,251); }
div.DivClassName
{
background-color: #6F5DFB;
}
.BgClassName
{
background-color: #6F5DFB;
}
</style>
border-color css
<style>
span { border-color: #6F5DFB; }
span { border-color: rgb(111,93,251); }
td.TdClassName
{
border-color: #6F5DFB;
}
.TagClassName
{
border-color: #6F5DFB;
}
</style>