Shades of Medium Slate Blue #6D70F9
Tints of Medium Slate Blue #6D70F9
RGB
CMYK
RGB Variations
Color information
#6D70F9 (or 0x6D70F9) is known color: Medium Slate Blue. HEX triplet: 6D, 70 and F9. RGB value is (109,112,249). Sum of RGB (Red+Green+Blue) = 109+112+249=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D70F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D70F9 is #928F06. Grayscale: #7E7E7E. Windows color (decimal): -9604871 or 16347245. OLE color: 16347245.
HSL color Cylindrical-coordinate representation of color #6D70F9: hue angle of 238.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D70F9 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 112 | 249 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.02 |
| HSL | 238.71º | 0.92% | 0.7% | - |
| HSV(B) | 238.71º | 0.56% | 0.98% | - |
| XYZ | 29.2 | 21.68 | 92.27 | - |
| YUV | 126.72 | 197.01 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 249 | 0.56 | 0.55 | 0 | 0.02 | 238.71 | 0.92 | 0.7 |
| Hex | 6D | 70 | F9 | 38 | 37 | 0 | 2 | EF | 5C | 46 |
| Octal | 155 | 160 | 371 | 70 | 67 | 0 | 2 | 357 | 134 | 106 |
| Binary | 1101101 | 1110000 | 11111001 | 111000 | 110111 | 0 | 10 | 11101111 | 1011100 | 1000110 |
Color Harmonies of #6D70F9
Complementary color
Monochromatic Colors of #6D70F9
Black with #6D70F9
Text Example
Text Example
White with #6D70F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D70F9; }
p { color: rgb(109,112,249); }
H1.HeaderClassName
{
color: #6D70F9;
}
.AnyTagClassName
{
color: #6D70F9;
}
</style>
background-color css
<style>
a { background-color: #6D70F9; }
a { background-color: rgb(109,112,249); }
div.DivClassName
{
background-color: #6D70F9;
}
.BgClassName
{
background-color: #6D70F9;
}
</style>
border-color css
<style>
span { border-color: #6D70F9; }
span { border-color: rgb(109,112,249); }
td.TdClassName
{
border-color: #6D70F9;
}
.TagClassName
{
border-color: #6D70F9;
}
</style>