Shades of Medium Slate Blue #6958F3
Tints of Medium Slate Blue #6958F3
RGB
CMYK
RGB Variations
Color information
#6958F3 (or 0x6958F3) is known color: Medium Slate Blue. HEX triplet: 69, 58 and F3. RGB value is (105,88,243). Sum of RGB (Red+Green+Blue) = 105+88+243=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #6958F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958F3 is #96A70C. Grayscale: #6E6E6E. Windows color (decimal): -9873165 or 15947881. OLE color: 15947881.
HSL color Cylindrical-coordinate representation of color #6958F3: hue angle of 246.58º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6958F3 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 88 | 243 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.05 |
| HSL | 246.58º | 0.87% | 0.65% | - |
| HSV(B) | 246.58º | 0.64% | 0.95% | - |
| XYZ | 25.49 | 16.45 | 86.63 | - |
| YUV | 110.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 243 | 0.57 | 0.64 | 0 | 0.05 | 246.58 | 0.87 | 0.65 |
| Hex | 69 | 58 | F3 | 39 | 40 | 0 | 5 | F7 | 57 | 41 |
| Octal | 151 | 130 | 363 | 71 | 100 | 0 | 5 | 367 | 127 | 101 |
| Binary | 1101001 | 1011000 | 11110011 | 111001 | 1000000 | 0 | 101 | 11110111 | 1010111 | 1000001 |
Color Harmonies of #6958F3
Complementary color
Monochromatic Colors of #6958F3
Black with #6958F3
Text Example
Text Example
White with #6958F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958F3; }
p { color: rgb(105,88,243); }
H1.HeaderClassName
{
color: #6958F3;
}
.AnyTagClassName
{
color: #6958F3;
}
</style>
background-color css
<style>
a { background-color: #6958F3; }
a { background-color: rgb(105,88,243); }
div.DivClassName
{
background-color: #6958F3;
}
.BgClassName
{
background-color: #6958F3;
}
</style>
border-color css
<style>
span { border-color: #6958F3; }
span { border-color: rgb(105,88,243); }
td.TdClassName
{
border-color: #6958F3;
}
.TagClassName
{
border-color: #6958F3;
}
</style>