Shades of Medium Slate Blue #6855FA
Tints of Medium Slate Blue #6855FA
RGB
CMYK
RGB Variations
Color information
#6855FA (or 0x6855FA) is known color: Medium Slate Blue. HEX triplet: 68, 55 and FA. RGB value is (104,85,250). Sum of RGB (Red+Green+Blue) = 104+85+250=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #6855FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6855FA is #97AA05. Grayscale: #6C6C6C. Windows color (decimal): -9939462 or 16405864. OLE color: 16405864.
HSL color Cylindrical-coordinate representation of color #6855FA: hue angle of 246.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6855FA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 85 | 250 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.02 |
| HSL | 246.91º | 0.94% | 0.66% | - |
| HSV(B) | 246.91º | 0.66% | 0.98% | - |
| XYZ | 26.21 | 16.34 | 92.22 | - |
| YUV | 109.49 | 207.29 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 250 | 0.58 | 0.66 | 0 | 0.02 | 246.91 | 0.94 | 0.66 |
| Hex | 68 | 55 | FA | 3A | 42 | 0 | 2 | F7 | 5E | 42 |
| Octal | 150 | 125 | 372 | 72 | 102 | 0 | 2 | 367 | 136 | 102 |
| Binary | 1101000 | 1010101 | 11111010 | 111010 | 1000010 | 0 | 10 | 11110111 | 1011110 | 1000010 |
Color Harmonies of #6855FA
Complementary color
Monochromatic Colors of #6855FA
Black with #6855FA
Text Example
Text Example
White with #6855FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855FA; }
p { color: rgb(104,85,250); }
H1.HeaderClassName
{
color: #6855FA;
}
.AnyTagClassName
{
color: #6855FA;
}
</style>
background-color css
<style>
a { background-color: #6855FA; }
a { background-color: rgb(104,85,250); }
div.DivClassName
{
background-color: #6855FA;
}
.BgClassName
{
background-color: #6855FA;
}
</style>
border-color css
<style>
span { border-color: #6855FA; }
span { border-color: rgb(104,85,250); }
td.TdClassName
{
border-color: #6855FA;
}
.TagClassName
{
border-color: #6855FA;
}
</style>