Shades of Medium Slate Blue #6966F5
Tints of Medium Slate Blue #6966F5
RGB
CMYK
RGB Variations
Color information
#6966F5 (or 0x6966F5) is known color: Medium Slate Blue. HEX triplet: 69, 66 and F5. RGB value is (105,102,245). Sum of RGB (Red+Green+Blue) = 105+102+245=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #6966F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6966F5 is #96990A. Grayscale: #767676. Windows color (decimal): -9869579 or 16082537. OLE color: 16082537.
HSL color Cylindrical-coordinate representation of color #6966F5: hue angle of 241.26º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6966F5 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 102 | 245 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.04 |
| HSL | 241.26º | 0.88% | 0.68% | - |
| HSV(B) | 241.26º | 0.58% | 0.96% | - |
| XYZ | 27.06 | 19.1 | 88.65 | - |
| YUV | 119.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 245 | 0.57 | 0.58 | 0 | 0.04 | 241.26 | 0.88 | 0.68 |
| Hex | 69 | 66 | F5 | 39 | 3A | 0 | 4 | F1 | 58 | 44 |
| Octal | 151 | 146 | 365 | 71 | 72 | 0 | 4 | 361 | 130 | 104 |
| Binary | 1101001 | 1100110 | 11110101 | 111001 | 111010 | 0 | 100 | 11110001 | 1011000 | 1000100 |
Color Harmonies of #6966F5
Complementary color
Monochromatic Colors of #6966F5
Black with #6966F5
Text Example
Text Example
White with #6966F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966F5; }
p { color: rgb(105,102,245); }
H1.HeaderClassName
{
color: #6966F5;
}
.AnyTagClassName
{
color: #6966F5;
}
</style>
background-color css
<style>
a { background-color: #6966F5; }
a { background-color: rgb(105,102,245); }
div.DivClassName
{
background-color: #6966F5;
}
.BgClassName
{
background-color: #6966F5;
}
</style>
border-color css
<style>
span { border-color: #6966F5; }
span { border-color: rgb(105,102,245); }
td.TdClassName
{
border-color: #6966F5;
}
.TagClassName
{
border-color: #6966F5;
}
</style>