Shades of Medium Slate Blue #6970FE
Tints of Medium Slate Blue #6970FE
RGB
CMYK
RGB Variations
Color information
#6970FE (or 0x6970FE) is known color: Medium Slate Blue. HEX triplet: 69, 70 and FE. RGB value is (105,112,254). Sum of RGB (Red+Green+Blue) = 105+112+254=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #6970FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970FE is #968F01. Grayscale: #7D7D7D. Windows color (decimal): -9867010 or 16674921. OLE color: 16674921.
HSL color Cylindrical-coordinate representation of color #6970FE: hue angle of 237.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6970FE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 112 | 254 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.00 |
| HSL | 237.18º | 0.99% | 0.7% | - |
| HSV(B) | 237.18º | 0.59% | 1% | - |
| XYZ | 29.51 | 21.75 | 96.41 | - |
| YUV | 126.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 254 | 0.59 | 0.56 | 0 | 0.00 | 237.18 | 0.99 | 0.7 |
| Hex | 69 | 70 | FE | 3B | 38 | 0 | 0 | ED | 63 | 46 |
| Octal | 151 | 160 | 376 | 73 | 70 | 0 | 0 | 355 | 143 | 106 |
| Binary | 1101001 | 1110000 | 11111110 | 111011 | 111000 | 0 | 0 | 11101101 | 1100011 | 1000110 |
Color Harmonies of #6970FE
Complementary color
Monochromatic Colors of #6970FE
Black with #6970FE
Text Example
Text Example
White with #6970FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970FE; }
p { color: rgb(105,112,254); }
H1.HeaderClassName
{
color: #6970FE;
}
.AnyTagClassName
{
color: #6970FE;
}
</style>
background-color css
<style>
a { background-color: #6970FE; }
a { background-color: rgb(105,112,254); }
div.DivClassName
{
background-color: #6970FE;
}
.BgClassName
{
background-color: #6970FE;
}
</style>
border-color css
<style>
span { border-color: #6970FE; }
span { border-color: rgb(105,112,254); }
td.TdClassName
{
border-color: #6970FE;
}
.TagClassName
{
border-color: #6970FE;
}
</style>