Shades of Medium Slate Blue #6855FB
Tints of Medium Slate Blue #6855FB
RGB
CMYK
RGB Variations
Color information
#6855FB (or 0x6855FB) is known color: Medium Slate Blue. HEX triplet: 68, 55 and FB. RGB value is (104,85,251). Sum of RGB (Red+Green+Blue) = 104+85+251=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #6855FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6855FB is #97AA04. Grayscale: #6C6C6C. Windows color (decimal): -9939461 or 16471400. OLE color: 16471400.
HSL color Cylindrical-coordinate representation of color #6855FB: hue angle of 246.87º degrees, saturation: 0.95, 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 #6855FB is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 85 | 251 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.02 |
| HSL | 246.87º | 0.95% | 0.66% | - |
| HSV(B) | 246.87º | 0.66% | 0.98% | - |
| XYZ | 26.37 | 16.41 | 93.04 | - |
| YUV | 109.61 | 207.79 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 251 | 0.59 | 0.66 | 0 | 0.02 | 246.87 | 0.95 | 0.66 |
| Hex | 68 | 55 | FB | 3B | 42 | 0 | 2 | F7 | 5F | 42 |
| Octal | 150 | 125 | 373 | 73 | 102 | 0 | 2 | 367 | 137 | 102 |
| Binary | 1101000 | 1010101 | 11111011 | 111011 | 1000010 | 0 | 10 | 11110111 | 1011111 | 1000010 |
Color Harmonies of #6855FB
Complementary color
Monochromatic Colors of #6855FB
Black with #6855FB
Text Example
Text Example
White with #6855FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855FB; }
p { color: rgb(104,85,251); }
H1.HeaderClassName
{
color: #6855FB;
}
.AnyTagClassName
{
color: #6855FB;
}
</style>
background-color css
<style>
a { background-color: #6855FB; }
a { background-color: rgb(104,85,251); }
div.DivClassName
{
background-color: #6855FB;
}
.BgClassName
{
background-color: #6855FB;
}
</style>
border-color css
<style>
span { border-color: #6855FB; }
span { border-color: rgb(104,85,251); }
td.TdClassName
{
border-color: #6855FB;
}
.TagClassName
{
border-color: #6855FB;
}
</style>