Shades of Medium Slate Blue #6951F1
Tints of Medium Slate Blue #6951F1
RGB
CMYK
RGB Variations
Color information
#6951F1 (or 0x6951F1) is known color: Medium Slate Blue. HEX triplet: 69, 51 and F1. RGB value is (105,81,241). Sum of RGB (Red+Green+Blue) = 105+81+241=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #6951F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6951F1 is #96AE0E. Grayscale: #696969. Windows color (decimal): -9874959 or 15815017. OLE color: 15815017.
HSL color Cylindrical-coordinate representation of color #6951F1: hue angle of 249º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6951F1 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 81 | 241 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.05 |
| HSL | 249º | 0.85% | 0.63% | - |
| HSV(B) | 249º | 0.66% | 0.95% | - |
| XYZ | 24.65 | 15.24 | 84.86 | - |
| YUV | 106.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 241 | 0.56 | 0.66 | 0 | 0.05 | 249 | 0.85 | 0.63 |
| Hex | 69 | 51 | F1 | 38 | 42 | 0 | 5 | F9 | 55 | 3F |
| Octal | 151 | 121 | 361 | 70 | 102 | 0 | 5 | 371 | 125 | 77 |
| Binary | 1101001 | 1010001 | 11110001 | 111000 | 1000010 | 0 | 101 | 11111001 | 1010101 | 111111 |
Color Harmonies of #6951F1
Complementary color
Monochromatic Colors of #6951F1
Black with #6951F1
Text Example
Text Example
White with #6951F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6951F1; }
p { color: rgb(105,81,241); }
H1.HeaderClassName
{
color: #6951F1;
}
.AnyTagClassName
{
color: #6951F1;
}
</style>
background-color css
<style>
a { background-color: #6951F1; }
a { background-color: rgb(105,81,241); }
div.DivClassName
{
background-color: #6951F1;
}
.BgClassName
{
background-color: #6951F1;
}
</style>
border-color css
<style>
span { border-color: #6951F1; }
span { border-color: rgb(105,81,241); }
td.TdClassName
{
border-color: #6951F1;
}
.TagClassName
{
border-color: #6951F1;
}
</style>