Shades of Medium Slate Blue #6971FF
Tints of Medium Slate Blue #6971FF
RGB
CMYK
RGB Variations
Color information
#6971FF (or 0x6971FF) is known color: Medium Slate Blue. HEX triplet: 69, 71 and FF. RGB value is (105,113,255). Sum of RGB (Red+Green+Blue) = 105+113+255=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #6971FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6971FF is #968E00. Grayscale: #7E7E7E. Windows color (decimal): -9866753 or 16740713. OLE color: 16740713.
HSL color Cylindrical-coordinate representation of color #6971FF: hue angle of 236.8º 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 #6971FF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 113 | 255 | - |
| CMYK | 0.59 | 0.56 | 0 | 0 |
| HSL | 236.8º | 1% | 0.71% | - |
| HSV(B) | 236.8º | 0.59% | 1% | - |
| XYZ | 29.78 | 22.03 | 97.29 | - |
| YUV | 126.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 255 | 0.59 | 0.56 | 0 | 0 | 236.8 | 1 | 0.71 |
| Hex | 69 | 71 | FF | 3B | 38 | 0 | 0 | ED | 64 | 47 |
| Octal | 151 | 161 | 377 | 73 | 70 | 0 | 0 | 355 | 144 | 107 |
| Binary | 1101001 | 1110001 | 11111111 | 111011 | 111000 | 0 | 0 | 11101101 | 1100100 | 1000111 |
Color Harmonies of #6971FF
Complementary color
Monochromatic Colors of #6971FF
Black with #6971FF
Text Example
Text Example
White with #6971FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6971FF; }
p { color: rgb(105,113,255); }
H1.HeaderClassName
{
color: #6971FF;
}
.AnyTagClassName
{
color: #6971FF;
}
</style>
background-color css
<style>
a { background-color: #6971FF; }
a { background-color: rgb(105,113,255); }
div.DivClassName
{
background-color: #6971FF;
}
.BgClassName
{
background-color: #6971FF;
}
</style>
border-color css
<style>
span { border-color: #6971FF; }
span { border-color: rgb(105,113,255); }
td.TdClassName
{
border-color: #6971FF;
}
.TagClassName
{
border-color: #6971FF;
}
</style>