Shades of Medium Slate Blue #6F70F9
Tints of Medium Slate Blue #6F70F9
RGB
CMYK
RGB Variations
Color information
#6F70F9 (or 0x6F70F9) is known color: Medium Slate Blue. HEX triplet: 6F, 70 and F9. RGB value is (111,112,249). Sum of RGB (Red+Green+Blue) = 111+112+249=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F70F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F70F9 is #908F06. Grayscale: #7E7E7E. Windows color (decimal): -9473799 or 16347247. OLE color: 16347247.
HSL color Cylindrical-coordinate representation of color #6F70F9: hue angle of 239.57º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F70F9 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 112 | 249 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.02 |
| HSL | 239.57º | 0.92% | 0.71% | - |
| HSV(B) | 239.57º | 0.55% | 0.98% | - |
| XYZ | 29.45 | 21.81 | 92.28 | - |
| YUV | 127.32 | 196.67 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 249 | 0.55 | 0.55 | 0 | 0.02 | 239.57 | 0.92 | 0.71 |
| Hex | 6F | 70 | F9 | 37 | 37 | 0 | 2 | F0 | 5C | 47 |
| Octal | 157 | 160 | 371 | 67 | 67 | 0 | 2 | 360 | 134 | 107 |
| Binary | 1101111 | 1110000 | 11111001 | 110111 | 110111 | 0 | 10 | 11110000 | 1011100 | 1000111 |
Color Harmonies of #6F70F9
Complementary color
Monochromatic Colors of #6F70F9
Black with #6F70F9
Text Example
Text Example
White with #6F70F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F70F9; }
p { color: rgb(111,112,249); }
H1.HeaderClassName
{
color: #6F70F9;
}
.AnyTagClassName
{
color: #6F70F9;
}
</style>
background-color css
<style>
a { background-color: #6F70F9; }
a { background-color: rgb(111,112,249); }
div.DivClassName
{
background-color: #6F70F9;
}
.BgClassName
{
background-color: #6F70F9;
}
</style>
border-color css
<style>
span { border-color: #6F70F9; }
span { border-color: rgb(111,112,249); }
td.TdClassName
{
border-color: #6F70F9;
}
.TagClassName
{
border-color: #6F70F9;
}
</style>