Shades of Medium Slate Blue #6951F6
Tints of Medium Slate Blue #6951F6
RGB
CMYK
RGB Variations
Color information
#6951F6 (or 0x6951F6) is known color: Medium Slate Blue. HEX triplet: 69, 51 and F6. RGB value is (105,81,246). Sum of RGB (Red+Green+Blue) = 105+81+246=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #6951F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6951F6 is #96AE09. Grayscale: #6A6A6A. Windows color (decimal): -9874954 or 16142697. OLE color: 16142697.
HSL color Cylindrical-coordinate representation of color #6951F6: hue angle of 248.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6951F6 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 81 | 246 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.04 |
| HSL | 248.73º | 0.9% | 0.64% | - |
| HSV(B) | 248.73º | 0.67% | 0.96% | - |
| XYZ | 25.4 | 15.54 | 88.85 | - |
| YUV | 106.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 246 | 0.57 | 0.67 | 0 | 0.04 | 248.73 | 0.9 | 0.64 |
| Hex | 69 | 51 | F6 | 39 | 43 | 0 | 4 | F9 | 5A | 40 |
| Octal | 151 | 121 | 366 | 71 | 103 | 0 | 4 | 371 | 132 | 100 |
| Binary | 1101001 | 1010001 | 11110110 | 111001 | 1000011 | 0 | 100 | 11111001 | 1011010 | 1000000 |
Color Harmonies of #6951F6
Complementary color
Monochromatic Colors of #6951F6
Black with #6951F6
Text Example
Text Example
White with #6951F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6951F6; }
p { color: rgb(105,81,246); }
H1.HeaderClassName
{
color: #6951F6;
}
.AnyTagClassName
{
color: #6951F6;
}
</style>
background-color css
<style>
a { background-color: #6951F6; }
a { background-color: rgb(105,81,246); }
div.DivClassName
{
background-color: #6951F6;
}
.BgClassName
{
background-color: #6951F6;
}
</style>
border-color css
<style>
span { border-color: #6951F6; }
span { border-color: rgb(105,81,246); }
td.TdClassName
{
border-color: #6951F6;
}
.TagClassName
{
border-color: #6951F6;
}
</style>