Shades of Medium Slate Blue #6961EF
Tints of Medium Slate Blue #6961EF
RGB
CMYK
RGB Variations
Color information
#6961EF (or 0x6961EF) is known color: Medium Slate Blue. HEX triplet: 69, 61 and EF. RGB value is (105,97,239). Sum of RGB (Red+Green+Blue) = 105+97+239=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #6961EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6961EF is #969E10. Grayscale: #737373. Windows color (decimal): -9870865 or 15688041. OLE color: 15688041.
HSL color Cylindrical-coordinate representation of color #6961EF: hue angle of 243.38º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6961EF is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 97 | 239 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.06 |
| HSL | 243.38º | 0.82% | 0.66% | - |
| HSV(B) | 243.38º | 0.59% | 0.94% | - |
| XYZ | 25.68 | 17.78 | 83.74 | - |
| YUV | 115.58 | 197.65 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 239 | 0.56 | 0.59 | 0 | 0.06 | 243.38 | 0.82 | 0.66 |
| Hex | 69 | 61 | EF | 38 | 3B | 0 | 6 | F3 | 52 | 42 |
| Octal | 151 | 141 | 357 | 70 | 73 | 0 | 6 | 363 | 122 | 102 |
| Binary | 1101001 | 1100001 | 11101111 | 111000 | 111011 | 0 | 110 | 11110011 | 1010010 | 1000010 |
Color Harmonies of #6961EF
Complementary color
Monochromatic Colors of #6961EF
Black with #6961EF
Text Example
Text Example
White with #6961EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6961EF; }
p { color: rgb(105,97,239); }
H1.HeaderClassName
{
color: #6961EF;
}
.AnyTagClassName
{
color: #6961EF;
}
</style>
background-color css
<style>
a { background-color: #6961EF; }
a { background-color: rgb(105,97,239); }
div.DivClassName
{
background-color: #6961EF;
}
.BgClassName
{
background-color: #6961EF;
}
</style>
border-color css
<style>
span { border-color: #6961EF; }
span { border-color: rgb(105,97,239); }
td.TdClassName
{
border-color: #6961EF;
}
.TagClassName
{
border-color: #6961EF;
}
</style>