Shades of Medium Slate Blue #6955F7
Tints of Medium Slate Blue #6955F7
RGB
CMYK
RGB Variations
Color information
#6955F7 (or 0x6955F7) is known color: Medium Slate Blue. HEX triplet: 69, 55 and F7. RGB value is (105,85,247). Sum of RGB (Red+Green+Blue) = 105+85+247=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #6955F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6955F7 is #96AA08. Grayscale: #6C6C6C. Windows color (decimal): -9873929 or 16209257. OLE color: 16209257.
HSL color Cylindrical-coordinate representation of color #6955F7: hue angle of 247.41º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6955F7 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 85 | 247 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.03 |
| HSL | 247.41º | 0.91% | 0.65% | - |
| HSV(B) | 247.41º | 0.66% | 0.97% | - |
| XYZ | 25.86 | 16.22 | 89.76 | - |
| YUV | 109.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 247 | 0.57 | 0.66 | 0 | 0.03 | 247.41 | 0.91 | 0.65 |
| Hex | 69 | 55 | F7 | 39 | 42 | 0 | 3 | F7 | 5B | 41 |
| Octal | 151 | 125 | 367 | 71 | 102 | 0 | 3 | 367 | 133 | 101 |
| Binary | 1101001 | 1010101 | 11110111 | 111001 | 1000010 | 0 | 11 | 11110111 | 1011011 | 1000001 |
Color Harmonies of #6955F7
Complementary color
Monochromatic Colors of #6955F7
Black with #6955F7
Text Example
Text Example
White with #6955F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955F7; }
p { color: rgb(105,85,247); }
H1.HeaderClassName
{
color: #6955F7;
}
.AnyTagClassName
{
color: #6955F7;
}
</style>
background-color css
<style>
a { background-color: #6955F7; }
a { background-color: rgb(105,85,247); }
div.DivClassName
{
background-color: #6955F7;
}
.BgClassName
{
background-color: #6955F7;
}
</style>
border-color css
<style>
span { border-color: #6955F7; }
span { border-color: rgb(105,85,247); }
td.TdClassName
{
border-color: #6955F7;
}
.TagClassName
{
border-color: #6955F7;
}
</style>