Shades of Medium Slate Blue #6957FE
Tints of Medium Slate Blue #6957FE
RGB
CMYK
RGB Variations
Color information
#6957FE (or 0x6957FE) is known color: Medium Slate Blue. HEX triplet: 69, 57 and FE. RGB value is (105,87,254). Sum of RGB (Red+Green+Blue) = 105+87+254=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #6957FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6957FE is #96A801. Grayscale: #6E6E6E. Windows color (decimal): -9873410 or 16668521. OLE color: 16668521.
HSL color Cylindrical-coordinate representation of color #6957FE: hue angle of 246.47º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6957FE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 87 | 254 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.00 |
| HSL | 246.47º | 0.99% | 0.67% | - |
| HSV(B) | 246.47º | 0.66% | 1% | - |
| XYZ | 27.12 | 16.98 | 95.61 | - |
| YUV | 111.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 254 | 0.59 | 0.66 | 0 | 0.00 | 246.47 | 0.99 | 0.67 |
| Hex | 69 | 57 | FE | 3B | 42 | 0 | 0 | F6 | 63 | 43 |
| Octal | 151 | 127 | 376 | 73 | 102 | 0 | 0 | 366 | 143 | 103 |
| Binary | 1101001 | 1010111 | 11111110 | 111011 | 1000010 | 0 | 0 | 11110110 | 1100011 | 1000011 |
Color Harmonies of #6957FE
Complementary color
Monochromatic Colors of #6957FE
Black with #6957FE
Text Example
Text Example
White with #6957FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6957FE; }
p { color: rgb(105,87,254); }
H1.HeaderClassName
{
color: #6957FE;
}
.AnyTagClassName
{
color: #6957FE;
}
</style>
background-color css
<style>
a { background-color: #6957FE; }
a { background-color: rgb(105,87,254); }
div.DivClassName
{
background-color: #6957FE;
}
.BgClassName
{
background-color: #6957FE;
}
</style>
border-color css
<style>
span { border-color: #6957FE; }
span { border-color: rgb(105,87,254); }
td.TdClassName
{
border-color: #6957FE;
}
.TagClassName
{
border-color: #6957FE;
}
</style>