Shades of Medium Slate Blue #6958FB
Tints of Medium Slate Blue #6958FB
RGB
CMYK
RGB Variations
Color information
#6958FB (or 0x6958FB) is known color: Medium Slate Blue. HEX triplet: 69, 58 and FB. RGB value is (105,88,251). Sum of RGB (Red+Green+Blue) = 105+88+251=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #6958FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958FB is #96A704. Grayscale: #6F6F6F. Windows color (decimal): -9873157 or 16472169. OLE color: 16472169.
HSL color Cylindrical-coordinate representation of color #6958FB: hue angle of 246.26º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6958FB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 88 | 251 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.02 |
| HSL | 246.26º | 0.95% | 0.66% | - |
| HSV(B) | 246.26º | 0.65% | 0.98% | - |
| XYZ | 26.73 | 16.95 | 93.13 | - |
| YUV | 111.67 | 206.63 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 251 | 0.58 | 0.65 | 0 | 0.02 | 246.26 | 0.95 | 0.66 |
| Hex | 69 | 58 | FB | 3A | 41 | 0 | 2 | F6 | 5F | 42 |
| Octal | 151 | 130 | 373 | 72 | 101 | 0 | 2 | 366 | 137 | 102 |
| Binary | 1101001 | 1011000 | 11111011 | 111010 | 1000001 | 0 | 10 | 11110110 | 1011111 | 1000010 |
Color Harmonies of #6958FB
Complementary color
Monochromatic Colors of #6958FB
Black with #6958FB
Text Example
Text Example
White with #6958FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958FB; }
p { color: rgb(105,88,251); }
H1.HeaderClassName
{
color: #6958FB;
}
.AnyTagClassName
{
color: #6958FB;
}
</style>
background-color css
<style>
a { background-color: #6958FB; }
a { background-color: rgb(105,88,251); }
div.DivClassName
{
background-color: #6958FB;
}
.BgClassName
{
background-color: #6958FB;
}
</style>
border-color css
<style>
span { border-color: #6958FB; }
span { border-color: rgb(105,88,251); }
td.TdClassName
{
border-color: #6958FB;
}
.TagClassName
{
border-color: #6958FB;
}
</style>