Shades of Medium Slate Blue #6955FE
Tints of Medium Slate Blue #6955FE
RGB
CMYK
RGB Variations
Color information
#6955FE (or 0x6955FE) is known color: Medium Slate Blue. HEX triplet: 69, 55 and FE. RGB value is (105,85,254). Sum of RGB (Red+Green+Blue) = 105+85+254=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #6955FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6955FE is #96AA01. Grayscale: #6D6D6D. Windows color (decimal): -9873922 or 16668009. OLE color: 16668009.
HSL color Cylindrical-coordinate representation of color #6955FE: hue angle of 247.1º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6955FE is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 85 | 254 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.00 |
| HSL | 247.1º | 0.99% | 0.66% | - |
| HSV(B) | 247.1º | 0.67% | 1% | - |
| XYZ | 26.96 | 16.66 | 95.56 | - |
| YUV | 110.25 | 209.13 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 254 | 0.59 | 0.67 | 0 | 0.00 | 247.1 | 0.99 | 0.66 |
| Hex | 69 | 55 | FE | 3B | 43 | 0 | 0 | F7 | 63 | 42 |
| Octal | 151 | 125 | 376 | 73 | 103 | 0 | 0 | 367 | 143 | 102 |
| Binary | 1101001 | 1010101 | 11111110 | 111011 | 1000011 | 0 | 0 | 11110111 | 1100011 | 1000010 |
Color Harmonies of #6955FE
Complementary color
Monochromatic Colors of #6955FE
Black with #6955FE
Text Example
Text Example
White with #6955FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955FE; }
p { color: rgb(105,85,254); }
H1.HeaderClassName
{
color: #6955FE;
}
.AnyTagClassName
{
color: #6955FE;
}
</style>
background-color css
<style>
a { background-color: #6955FE; }
a { background-color: rgb(105,85,254); }
div.DivClassName
{
background-color: #6955FE;
}
.BgClassName
{
background-color: #6955FE;
}
</style>
border-color css
<style>
span { border-color: #6955FE; }
span { border-color: rgb(105,85,254); }
td.TdClassName
{
border-color: #6955FE;
}
.TagClassName
{
border-color: #6955FE;
}
</style>