Shades of Medium Slate Blue #6958F5
Tints of Medium Slate Blue #6958F5
RGB
CMYK
RGB Variations
Color information
#6958F5 (or 0x6958F5) is known color: Medium Slate Blue. HEX triplet: 69, 58 and F5. RGB value is (105,88,245). Sum of RGB (Red+Green+Blue) = 105+88+245=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #6958F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958F5 is #96A70A. Grayscale: #6E6E6E. Windows color (decimal): -9873163 or 16078953. OLE color: 16078953.
HSL color Cylindrical-coordinate representation of color #6958F5: hue angle of 246.5º 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 #6958F5 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 88 | 245 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.04 |
| HSL | 246.5º | 0.89% | 0.65% | - |
| HSV(B) | 246.5º | 0.64% | 0.96% | - |
| XYZ | 25.8 | 16.58 | 88.23 | - |
| YUV | 110.98 | 203.63 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 245 | 0.57 | 0.64 | 0 | 0.04 | 246.5 | 0.89 | 0.65 |
| Hex | 69 | 58 | F5 | 39 | 40 | 0 | 4 | F6 | 59 | 41 |
| Octal | 151 | 130 | 365 | 71 | 100 | 0 | 4 | 366 | 131 | 101 |
| Binary | 1101001 | 1011000 | 11110101 | 111001 | 1000000 | 0 | 100 | 11110110 | 1011001 | 1000001 |
Color Harmonies of #6958F5
Complementary color
Monochromatic Colors of #6958F5
Black with #6958F5
Text Example
Text Example
White with #6958F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958F5; }
p { color: rgb(105,88,245); }
H1.HeaderClassName
{
color: #6958F5;
}
.AnyTagClassName
{
color: #6958F5;
}
</style>
background-color css
<style>
a { background-color: #6958F5; }
a { background-color: rgb(105,88,245); }
div.DivClassName
{
background-color: #6958F5;
}
.BgClassName
{
background-color: #6958F5;
}
</style>
border-color css
<style>
span { border-color: #6958F5; }
span { border-color: rgb(105,88,245); }
td.TdClassName
{
border-color: #6958F5;
}
.TagClassName
{
border-color: #6958F5;
}
</style>