Shades of Medium Slate Blue #6F71FA
Tints of Medium Slate Blue #6F71FA
RGB
CMYK
RGB Variations
Color information
#6F71FA (or 0x6F71FA) is known color: Medium Slate Blue. HEX triplet: 6F, 71 and FA. RGB value is (111,113,250). Sum of RGB (Red+Green+Blue) = 111+113+250=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F71FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F71FA is #908E05. Grayscale: #7F7F7F. Windows color (decimal): -9473542 or 16413039. OLE color: 16413039.
HSL color Cylindrical-coordinate representation of color #6F71FA: hue angle of 239.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F71FA is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 113 | 250 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.02 |
| HSL | 239.14º | 0.93% | 0.71% | - |
| HSV(B) | 239.14º | 0.56% | 0.98% | - |
| XYZ | 29.72 | 22.09 | 93.14 | - |
| YUV | 128.02 | 196.84 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 250 | 0.56 | 0.55 | 0 | 0.02 | 239.14 | 0.93 | 0.71 |
| Hex | 6F | 71 | FA | 38 | 37 | 0 | 2 | EF | 5D | 47 |
| Octal | 157 | 161 | 372 | 70 | 67 | 0 | 2 | 357 | 135 | 107 |
| Binary | 1101111 | 1110001 | 11111010 | 111000 | 110111 | 0 | 10 | 11101111 | 1011101 | 1000111 |
Color Harmonies of #6F71FA
Complementary color
Monochromatic Colors of #6F71FA
Black with #6F71FA
Text Example
Text Example
White with #6F71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71FA; }
p { color: rgb(111,113,250); }
H1.HeaderClassName
{
color: #6F71FA;
}
.AnyTagClassName
{
color: #6F71FA;
}
</style>
background-color css
<style>
a { background-color: #6F71FA; }
a { background-color: rgb(111,113,250); }
div.DivClassName
{
background-color: #6F71FA;
}
.BgClassName
{
background-color: #6F71FA;
}
</style>
border-color css
<style>
span { border-color: #6F71FA; }
span { border-color: rgb(111,113,250); }
td.TdClassName
{
border-color: #6F71FA;
}
.TagClassName
{
border-color: #6F71FA;
}
</style>