Shades of Medium Slate Blue #6958F8
Tints of Medium Slate Blue #6958F8
RGB
CMYK
RGB Variations
Color information
#6958F8 (or 0x6958F8) is known color: Medium Slate Blue. HEX triplet: 69, 58 and F8. RGB value is (105,88,248). Sum of RGB (Red+Green+Blue) = 105+88+248=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #6958F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958F8 is #96A707. Grayscale: #6E6E6E. Windows color (decimal): -9873160 or 16275561. OLE color: 16275561.
HSL color Cylindrical-coordinate representation of color #6958F8: hue angle of 246.37º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6958F8 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 88 | 248 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.03 |
| HSL | 246.38º | 0.92% | 0.66% | - |
| HSV(B) | 246.38º | 0.65% | 0.97% | - |
| XYZ | 26.26 | 16.76 | 90.66 | - |
| YUV | 111.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 248 | 0.58 | 0.65 | 0 | 0.03 | 246.38 | 0.92 | 0.66 |
| Hex | 69 | 58 | F8 | 3A | 41 | 0 | 3 | F6 | 5C | 42 |
| Octal | 151 | 130 | 370 | 72 | 101 | 0 | 3 | 366 | 134 | 102 |
| Binary | 1101001 | 1011000 | 11111000 | 111010 | 1000001 | 0 | 11 | 11110110 | 1011100 | 1000010 |
Color Harmonies of #6958F8
Complementary color
Monochromatic Colors of #6958F8
Black with #6958F8
Text Example
Text Example
White with #6958F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958F8; }
p { color: rgb(105,88,248); }
H1.HeaderClassName
{
color: #6958F8;
}
.AnyTagClassName
{
color: #6958F8;
}
</style>
background-color css
<style>
a { background-color: #6958F8; }
a { background-color: rgb(105,88,248); }
div.DivClassName
{
background-color: #6958F8;
}
.BgClassName
{
background-color: #6958F8;
}
</style>
border-color css
<style>
span { border-color: #6958F8; }
span { border-color: rgb(105,88,248); }
td.TdClassName
{
border-color: #6958F8;
}
.TagClassName
{
border-color: #6958F8;
}
</style>