Shades of Medium Slate Blue #6F5EFA
Tints of Medium Slate Blue #6F5EFA
RGB
CMYK
RGB Variations
Color information
#6F5EFA (or 0x6F5EFA) is known color: Medium Slate Blue. HEX triplet: 6F, 5E and FA. RGB value is (111,94,250). Sum of RGB (Red+Green+Blue) = 111+94+250=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5EFA is #90A105. Grayscale: #747474. Windows color (decimal): -9478406 or 16408175. OLE color: 16408175.
HSL color Cylindrical-coordinate representation of color #6F5EFA: hue angle of 246.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F5EFA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 94 | 250 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.02 |
| HSL | 246.54º | 0.94% | 0.67% | - |
| HSV(B) | 246.54º | 0.62% | 0.98% | - |
| XYZ | 27.81 | 18.29 | 92.51 | - |
| YUV | 116.87 | 203.13 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 250 | 0.56 | 0.62 | 0 | 0.02 | 246.54 | 0.94 | 0.67 |
| Hex | 6F | 5E | FA | 38 | 3E | 0 | 2 | F7 | 5E | 43 |
| Octal | 157 | 136 | 372 | 70 | 76 | 0 | 2 | 367 | 136 | 103 |
| Binary | 1101111 | 1011110 | 11111010 | 111000 | 111110 | 0 | 10 | 11110111 | 1011110 | 1000011 |
Color Harmonies of #6F5EFA
Complementary color
Monochromatic Colors of #6F5EFA
Black with #6F5EFA
Text Example
Text Example
White with #6F5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5EFA; }
p { color: rgb(111,94,250); }
H1.HeaderClassName
{
color: #6F5EFA;
}
.AnyTagClassName
{
color: #6F5EFA;
}
</style>
background-color css
<style>
a { background-color: #6F5EFA; }
a { background-color: rgb(111,94,250); }
div.DivClassName
{
background-color: #6F5EFA;
}
.BgClassName
{
background-color: #6F5EFA;
}
</style>
border-color css
<style>
span { border-color: #6F5EFA; }
span { border-color: rgb(111,94,250); }
td.TdClassName
{
border-color: #6F5EFA;
}
.TagClassName
{
border-color: #6F5EFA;
}
</style>