Shades of Medium Slate Blue #6957FF
Tints of Medium Slate Blue #6957FF
RGB
CMYK
RGB Variations
Color information
#6957FF (or 0x6957FF) is known color: Medium Slate Blue. HEX triplet: 69, 57 and FF. RGB value is (105,87,255). Sum of RGB (Red+Green+Blue) = 105+87+255=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #6957FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6957FF is #96A800. Grayscale: #6E6E6E. Windows color (decimal): -9873409 or 16734057. OLE color: 16734057.
HSL color Cylindrical-coordinate representation of color #6957FF: hue angle of 246.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6957FF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 87 | 255 | - |
| CMYK | 0.59 | 0.66 | 0 | 0 |
| HSL | 246.43º | 1% | 0.67% | - |
| HSV(B) | 246.43º | 0.66% | 1% | - |
| XYZ | 27.28 | 17.04 | 96.46 | - |
| YUV | 111.53 | 208.96 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 255 | 0.59 | 0.66 | 0 | 0 | 246.43 | 1 | 0.67 |
| Hex | 69 | 57 | FF | 3B | 42 | 0 | 0 | F6 | 64 | 43 |
| Octal | 151 | 127 | 377 | 73 | 102 | 0 | 0 | 366 | 144 | 103 |
| Binary | 1101001 | 1010111 | 11111111 | 111011 | 1000010 | 0 | 0 | 11110110 | 1100100 | 1000011 |
Color Harmonies of #6957FF
Complementary color
Monochromatic Colors of #6957FF
Black with #6957FF
Text Example
Text Example
White with #6957FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6957FF; }
p { color: rgb(105,87,255); }
H1.HeaderClassName
{
color: #6957FF;
}
.AnyTagClassName
{
color: #6957FF;
}
</style>
background-color css
<style>
a { background-color: #6957FF; }
a { background-color: rgb(105,87,255); }
div.DivClassName
{
background-color: #6957FF;
}
.BgClassName
{
background-color: #6957FF;
}
</style>
border-color css
<style>
span { border-color: #6957FF; }
span { border-color: rgb(105,87,255); }
td.TdClassName
{
border-color: #6957FF;
}
.TagClassName
{
border-color: #6957FF;
}
</style>