Shades of Medium Slate Blue #6959FA
Tints of Medium Slate Blue #6959FA
RGB
CMYK
RGB Variations
Color information
#6959FA (or 0x6959FA) is known color: Medium Slate Blue. HEX triplet: 69, 59 and FA. RGB value is (105,89,250). Sum of RGB (Red+Green+Blue) = 105+89+250=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #6959FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6959FA is #96A605. Grayscale: #6F6F6F. Windows color (decimal): -9872902 or 16406889. OLE color: 16406889.
HSL color Cylindrical-coordinate representation of color #6959FA: hue angle of 245.96º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6959FA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 89 | 250 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.02 |
| HSL | 245.96º | 0.94% | 0.66% | - |
| HSV(B) | 245.96º | 0.64% | 0.98% | - |
| XYZ | 26.65 | 17.05 | 92.33 | - |
| YUV | 112.14 | 205.8 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 250 | 0.58 | 0.64 | 0 | 0.02 | 245.96 | 0.94 | 0.66 |
| Hex | 69 | 59 | FA | 3A | 40 | 0 | 2 | F6 | 5E | 42 |
| Octal | 151 | 131 | 372 | 72 | 100 | 0 | 2 | 366 | 136 | 102 |
| Binary | 1101001 | 1011001 | 11111010 | 111010 | 1000000 | 0 | 10 | 11110110 | 1011110 | 1000010 |
Color Harmonies of #6959FA
Complementary color
Monochromatic Colors of #6959FA
Black with #6959FA
Text Example
Text Example
White with #6959FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6959FA; }
p { color: rgb(105,89,250); }
H1.HeaderClassName
{
color: #6959FA;
}
.AnyTagClassName
{
color: #6959FA;
}
</style>
background-color css
<style>
a { background-color: #6959FA; }
a { background-color: rgb(105,89,250); }
div.DivClassName
{
background-color: #6959FA;
}
.BgClassName
{
background-color: #6959FA;
}
</style>
border-color css
<style>
span { border-color: #6959FA; }
span { border-color: rgb(105,89,250); }
td.TdClassName
{
border-color: #6959FA;
}
.TagClassName
{
border-color: #6959FA;
}
</style>