Shades of Medium Slate Blue #6955FD
Tints of Medium Slate Blue #6955FD
RGB
CMYK
RGB Variations
Color information
#6955FD (or 0x6955FD) is known color: Medium Slate Blue. HEX triplet: 69, 55 and FD. RGB value is (105,85,253). Sum of RGB (Red+Green+Blue) = 105+85+253=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #6955FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6955FD is #96AA02. Grayscale: #6D6D6D. Windows color (decimal): -9873923 or 16602473. OLE color: 16602473.
HSL color Cylindrical-coordinate representation of color #6955FD: hue angle of 247.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6955FD is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 85 | 253 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.01 |
| HSL | 247.14º | 0.98% | 0.66% | - |
| HSV(B) | 247.14º | 0.66% | 0.99% | - |
| XYZ | 26.8 | 16.59 | 94.72 | - |
| YUV | 110.13 | 208.63 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 253 | 0.58 | 0.66 | 0 | 0.01 | 247.14 | 0.98 | 0.66 |
| Hex | 69 | 55 | FD | 3A | 42 | 0 | 1 | F7 | 62 | 42 |
| Octal | 151 | 125 | 375 | 72 | 102 | 0 | 1 | 367 | 142 | 102 |
| Binary | 1101001 | 1010101 | 11111101 | 111010 | 1000010 | 0 | 1 | 11110111 | 1100010 | 1000010 |
Color Harmonies of #6955FD
Complementary color
Monochromatic Colors of #6955FD
Black with #6955FD
Text Example
Text Example
White with #6955FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955FD; }
p { color: rgb(105,85,253); }
H1.HeaderClassName
{
color: #6955FD;
}
.AnyTagClassName
{
color: #6955FD;
}
</style>
background-color css
<style>
a { background-color: #6955FD; }
a { background-color: rgb(105,85,253); }
div.DivClassName
{
background-color: #6955FD;
}
.BgClassName
{
background-color: #6955FD;
}
</style>
border-color css
<style>
span { border-color: #6955FD; }
span { border-color: rgb(105,85,253); }
td.TdClassName
{
border-color: #6955FD;
}
.TagClassName
{
border-color: #6955FD;
}
</style>