Shades of Medium Slate Blue #6959F5
Tints of Medium Slate Blue #6959F5
RGB
CMYK
RGB Variations
Color information
#6959F5 (or 0x6959F5) is known color: Medium Slate Blue. HEX triplet: 69, 59 and F5. RGB value is (105,89,245). Sum of RGB (Red+Green+Blue) = 105+89+245=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #6959F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6959F5 is #96A60A. Grayscale: #6E6E6E. Windows color (decimal): -9872907 or 16079209. OLE color: 16079209.
HSL color Cylindrical-coordinate representation of color #6959F5: hue angle of 246.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6959F5 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 89 | 245 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.04 |
| HSL | 246.15º | 0.89% | 0.65% | - |
| HSV(B) | 246.15º | 0.64% | 0.96% | - |
| XYZ | 25.88 | 16.74 | 88.25 | - |
| YUV | 111.57 | 203.3 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 245 | 0.57 | 0.64 | 0 | 0.04 | 246.15 | 0.89 | 0.65 |
| Hex | 69 | 59 | F5 | 39 | 40 | 0 | 4 | F6 | 59 | 41 |
| Octal | 151 | 131 | 365 | 71 | 100 | 0 | 4 | 366 | 131 | 101 |
| Binary | 1101001 | 1011001 | 11110101 | 111001 | 1000000 | 0 | 100 | 11110110 | 1011001 | 1000001 |
Color Harmonies of #6959F5
Complementary color
Monochromatic Colors of #6959F5
Black with #6959F5
Text Example
Text Example
White with #6959F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6959F5; }
p { color: rgb(105,89,245); }
H1.HeaderClassName
{
color: #6959F5;
}
.AnyTagClassName
{
color: #6959F5;
}
</style>
background-color css
<style>
a { background-color: #6959F5; }
a { background-color: rgb(105,89,245); }
div.DivClassName
{
background-color: #6959F5;
}
.BgClassName
{
background-color: #6959F5;
}
</style>
border-color css
<style>
span { border-color: #6959F5; }
span { border-color: rgb(105,89,245); }
td.TdClassName
{
border-color: #6959F5;
}
.TagClassName
{
border-color: #6959F5;
}
</style>