Shades of Medium Slate Blue #6970FF
Tints of Medium Slate Blue #6970FF
RGB
CMYK
RGB Variations
Color information
#6970FF (or 0x6970FF) is known color: Medium Slate Blue. HEX triplet: 69, 70 and FF. RGB value is (105,112,255). Sum of RGB (Red+Green+Blue) = 105+112+255=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6970FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970FF is #968F00. Grayscale: #7D7D7D. Windows color (decimal): -9867009 or 16740457. OLE color: 16740457.
HSL color Cylindrical-coordinate representation of color #6970FF: hue angle of 237.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6970FF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 112 | 255 | - |
| CMYK | 0.59 | 0.56 | 0 | 0 |
| HSL | 237.2º | 1% | 0.71% | - |
| HSV(B) | 237.2º | 0.59% | 1% | - |
| XYZ | 29.67 | 21.81 | 97.25 | - |
| YUV | 126.21 | 200.68 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 255 | 0.59 | 0.56 | 0 | 0 | 237.2 | 1 | 0.71 |
| Hex | 69 | 70 | FF | 3B | 38 | 0 | 0 | ED | 64 | 47 |
| Octal | 151 | 160 | 377 | 73 | 70 | 0 | 0 | 355 | 144 | 107 |
| Binary | 1101001 | 1110000 | 11111111 | 111011 | 111000 | 0 | 0 | 11101101 | 1100100 | 1000111 |
Color Harmonies of #6970FF
Complementary color
Monochromatic Colors of #6970FF
Black with #6970FF
Text Example
Text Example
White with #6970FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970FF; }
p { color: rgb(105,112,255); }
H1.HeaderClassName
{
color: #6970FF;
}
.AnyTagClassName
{
color: #6970FF;
}
</style>
background-color css
<style>
a { background-color: #6970FF; }
a { background-color: rgb(105,112,255); }
div.DivClassName
{
background-color: #6970FF;
}
.BgClassName
{
background-color: #6970FF;
}
</style>
border-color css
<style>
span { border-color: #6970FF; }
span { border-color: rgb(105,112,255); }
td.TdClassName
{
border-color: #6970FF;
}
.TagClassName
{
border-color: #6970FF;
}
</style>