Shades of Medium Slate Blue #6855F3
Tints of Medium Slate Blue #6855F3
RGB
CMYK
RGB Variations
Color information
#6855F3 (or 0x6855F3) is known color: Medium Slate Blue. HEX triplet: 68, 55 and F3. RGB value is (104,85,243). Sum of RGB (Red+Green+Blue) = 104+85+243=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #6855F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6855F3 is #97AA0C. Grayscale: #6C6C6C. Windows color (decimal): -9939469 or 15947112. OLE color: 15947112.
HSL color Cylindrical-coordinate representation of color #6855F3: hue angle of 247.22º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6855F3 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 85 | 243 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.05 |
| HSL | 247.22º | 0.87% | 0.64% | - |
| HSV(B) | 247.22º | 0.65% | 0.95% | - |
| XYZ | 25.14 | 15.91 | 86.54 | - |
| YUV | 108.69 | 203.79 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 243 | 0.57 | 0.65 | 0 | 0.05 | 247.22 | 0.87 | 0.64 |
| Hex | 68 | 55 | F3 | 39 | 41 | 0 | 5 | F7 | 57 | 40 |
| Octal | 150 | 125 | 363 | 71 | 101 | 0 | 5 | 367 | 127 | 100 |
| Binary | 1101000 | 1010101 | 11110011 | 111001 | 1000001 | 0 | 101 | 11110111 | 1010111 | 1000000 |
Color Harmonies of #6855F3
Complementary color
Monochromatic Colors of #6855F3
Black with #6855F3
Text Example
Text Example
White with #6855F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855F3; }
p { color: rgb(104,85,243); }
H1.HeaderClassName
{
color: #6855F3;
}
.AnyTagClassName
{
color: #6855F3;
}
</style>
background-color css
<style>
a { background-color: #6855F3; }
a { background-color: rgb(104,85,243); }
div.DivClassName
{
background-color: #6855F3;
}
.BgClassName
{
background-color: #6855F3;
}
</style>
border-color css
<style>
span { border-color: #6855F3; }
span { border-color: rgb(104,85,243); }
td.TdClassName
{
border-color: #6855F3;
}
.TagClassName
{
border-color: #6855F3;
}
</style>