Shades of Medium Slate Blue #6F47FD
Tints of Medium Slate Blue #6F47FD
RGB
CMYK
RGB Variations
Color information
#6F47FD (or 0x6F47FD) is known color: Medium Slate Blue. HEX triplet: 6F, 47 and FD. RGB value is (111,71,253). Sum of RGB (Red+Green+Blue) = 111+71+253=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F47FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F47FD is #90B802. Grayscale: #676767. Windows color (decimal): -9484291 or 16598895. OLE color: 16598895.
HSL color Cylindrical-coordinate representation of color #6F47FD: hue angle of 253.19º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F47FD is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 71 | 253 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.01 |
| HSL | 253.19º | 0.98% | 0.64% | - |
| HSV(B) | 253.19º | 0.72% | 0.99% | - |
| XYZ | 26.54 | 14.98 | 94.42 | - |
| YUV | 103.71 | 212.25 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 253 | 0.56 | 0.72 | 0 | 0.01 | 253.19 | 0.98 | 0.64 |
| Hex | 6F | 47 | FD | 38 | 48 | 0 | 1 | FD | 62 | 40 |
| Octal | 157 | 107 | 375 | 70 | 110 | 0 | 1 | 375 | 142 | 100 |
| Binary | 1101111 | 1000111 | 11111101 | 111000 | 1001000 | 0 | 1 | 11111101 | 1100010 | 1000000 |
Color Harmonies of #6F47FD
Complementary color
Monochromatic Colors of #6F47FD
Black with #6F47FD
Text Example
Text Example
White with #6F47FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F47FD; }
p { color: rgb(111,71,253); }
H1.HeaderClassName
{
color: #6F47FD;
}
.AnyTagClassName
{
color: #6F47FD;
}
</style>
background-color css
<style>
a { background-color: #6F47FD; }
a { background-color: rgb(111,71,253); }
div.DivClassName
{
background-color: #6F47FD;
}
.BgClassName
{
background-color: #6F47FD;
}
</style>
border-color css
<style>
span { border-color: #6F47FD; }
span { border-color: rgb(111,71,253); }
td.TdClassName
{
border-color: #6F47FD;
}
.TagClassName
{
border-color: #6F47FD;
}
</style>