Shades of Medium Slate Blue #6970F2
Tints of Medium Slate Blue #6970F2
RGB
CMYK
RGB Variations
Color information
#6970F2 (or 0x6970F2) is known color: Medium Slate Blue. HEX triplet: 69, 70 and F2. RGB value is (105,112,242). Sum of RGB (Red+Green+Blue) = 105+112+242=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #6970F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970F2 is #968F0D. Grayscale: #7C7C7C. Windows color (decimal): -9867022 or 15888489. OLE color: 15888489.
HSL color Cylindrical-coordinate representation of color #6970F2: hue angle of 236.93º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6970F2 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 112 | 242 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.05 |
| HSL | 236.93º | 0.84% | 0.68% | - |
| HSV(B) | 236.93º | 0.57% | 0.95% | - |
| XYZ | 27.65 | 21 | 86.6 | - |
| YUV | 124.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 242 | 0.57 | 0.54 | 0 | 0.05 | 236.93 | 0.84 | 0.68 |
| Hex | 69 | 70 | F2 | 39 | 36 | 0 | 5 | ED | 54 | 44 |
| Octal | 151 | 160 | 362 | 71 | 66 | 0 | 5 | 355 | 124 | 104 |
| Binary | 1101001 | 1110000 | 11110010 | 111001 | 110110 | 0 | 101 | 11101101 | 1010100 | 1000100 |
Color Harmonies of #6970F2
Complementary color
Monochromatic Colors of #6970F2
Black with #6970F2
Text Example
Text Example
White with #6970F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970F2; }
p { color: rgb(105,112,242); }
H1.HeaderClassName
{
color: #6970F2;
}
.AnyTagClassName
{
color: #6970F2;
}
</style>
background-color css
<style>
a { background-color: #6970F2; }
a { background-color: rgb(105,112,242); }
div.DivClassName
{
background-color: #6970F2;
}
.BgClassName
{
background-color: #6970F2;
}
</style>
border-color css
<style>
span { border-color: #6970F2; }
span { border-color: rgb(105,112,242); }
td.TdClassName
{
border-color: #6970F2;
}
.TagClassName
{
border-color: #6970F2;
}
</style>