Shades of Medium Slate Blue #6971F7
Tints of Medium Slate Blue #6971F7
RGB
CMYK
RGB Variations
Color information
#6971F7 (or 0x6971F7) is known color: Medium Slate Blue. HEX triplet: 69, 71 and F7. RGB value is (105,113,247). Sum of RGB (Red+Green+Blue) = 105+113+247=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #6971F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6971F7 is #968E08. Grayscale: #7D7D7D. Windows color (decimal): -9866761 or 16216425. OLE color: 16216425.
HSL color Cylindrical-coordinate representation of color #6971F7: hue angle of 236.62º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6971F7 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 113 | 247 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.03 |
| HSL | 236.62º | 0.9% | 0.69% | - |
| HSV(B) | 236.62º | 0.57% | 0.97% | - |
| XYZ | 28.52 | 21.53 | 90.65 | - |
| YUV | 125.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 247 | 0.57 | 0.54 | 0 | 0.03 | 236.62 | 0.9 | 0.69 |
| Hex | 69 | 71 | F7 | 39 | 36 | 0 | 3 | ED | 5A | 45 |
| Octal | 151 | 161 | 367 | 71 | 66 | 0 | 3 | 355 | 132 | 105 |
| Binary | 1101001 | 1110001 | 11110111 | 111001 | 110110 | 0 | 11 | 11101101 | 1011010 | 1000101 |
Color Harmonies of #6971F7
Complementary color
Monochromatic Colors of #6971F7
Black with #6971F7
Text Example
Text Example
White with #6971F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6971F7; }
p { color: rgb(105,113,247); }
H1.HeaderClassName
{
color: #6971F7;
}
.AnyTagClassName
{
color: #6971F7;
}
</style>
background-color css
<style>
a { background-color: #6971F7; }
a { background-color: rgb(105,113,247); }
div.DivClassName
{
background-color: #6971F7;
}
.BgClassName
{
background-color: #6971F7;
}
</style>
border-color css
<style>
span { border-color: #6971F7; }
span { border-color: rgb(105,113,247); }
td.TdClassName
{
border-color: #6971F7;
}
.TagClassName
{
border-color: #6971F7;
}
</style>