Shades of Medium Slate Blue #6F5FFA
Tints of Medium Slate Blue #6F5FFA
RGB
CMYK
RGB Variations
Color information
#6F5FFA (or 0x6F5FFA) is known color: Medium Slate Blue. HEX triplet: 6F, 5F and FA. RGB value is (111,95,250). Sum of RGB (Red+Green+Blue) = 111+95+250=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5FFA is #90A005. Grayscale: #747474. Windows color (decimal): -9478150 or 16408431. OLE color: 16408431.
HSL color Cylindrical-coordinate representation of color #6F5FFA: hue angle of 246.19º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F5FFA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 95 | 250 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.02 |
| HSL | 246.19º | 0.94% | 0.68% | - |
| HSV(B) | 246.19º | 0.62% | 0.98% | - |
| XYZ | 27.9 | 18.47 | 92.54 | - |
| YUV | 117.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 250 | 0.56 | 0.62 | 0 | 0.02 | 246.19 | 0.94 | 0.68 |
| Hex | 6F | 5F | FA | 38 | 3E | 0 | 2 | F6 | 5E | 44 |
| Octal | 157 | 137 | 372 | 70 | 76 | 0 | 2 | 366 | 136 | 104 |
| Binary | 1101111 | 1011111 | 11111010 | 111000 | 111110 | 0 | 10 | 11110110 | 1011110 | 1000100 |
Color Harmonies of #6F5FFA
Complementary color
Monochromatic Colors of #6F5FFA
Black with #6F5FFA
Text Example
Text Example
White with #6F5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5FFA; }
p { color: rgb(111,95,250); }
H1.HeaderClassName
{
color: #6F5FFA;
}
.AnyTagClassName
{
color: #6F5FFA;
}
</style>
background-color css
<style>
a { background-color: #6F5FFA; }
a { background-color: rgb(111,95,250); }
div.DivClassName
{
background-color: #6F5FFA;
}
.BgClassName
{
background-color: #6F5FFA;
}
</style>
border-color css
<style>
span { border-color: #6F5FFA; }
span { border-color: rgb(111,95,250); }
td.TdClassName
{
border-color: #6F5FFA;
}
.TagClassName
{
border-color: #6F5FFA;
}
</style>