Shades of Medium Slate Blue #6868FF
Tints of Medium Slate Blue #6868FF
RGB
CMYK
RGB Variations
Color information
#6868FF (or 0x6868FF) is known color: Medium Slate Blue. HEX triplet: 68, 68 and FF. RGB value is (104,104,255). Sum of RGB (Red+Green+Blue) = 104+104+255=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #6868FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6868FF is #979700. Grayscale: #787878. Windows color (decimal): -9934593 or 16738408. OLE color: 16738408.
HSL color Cylindrical-coordinate representation of color #6868FF: hue angle of 240º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6868FF is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 104 | 255 | - |
| CMYK | 0.59 | 0.59 | 0 | 0 |
| HSL | 240º | 1% | 0.7% | - |
| HSV(B) | 240º | 0.59% | 1% | - |
| XYZ | 28.71 | 20.06 | 96.97 | - |
| YUV | 121.21 | 203.5 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 255 | 0.59 | 0.59 | 0 | 0 | 240 | 1 | 0.7 |
| Hex | 68 | 68 | FF | 3B | 3B | 0 | 0 | F0 | 64 | 46 |
| Octal | 150 | 150 | 377 | 73 | 73 | 0 | 0 | 360 | 144 | 106 |
| Binary | 1101000 | 1101000 | 11111111 | 111011 | 111011 | 0 | 0 | 11110000 | 1100100 | 1000110 |
Color Harmonies of #6868FF
Complementary color
Monochromatic Colors of #6868FF
Black with #6868FF
Text Example
Text Example
White with #6868FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6868FF; }
p { color: rgb(104,104,255); }
H1.HeaderClassName
{
color: #6868FF;
}
.AnyTagClassName
{
color: #6868FF;
}
</style>
background-color css
<style>
a { background-color: #6868FF; }
a { background-color: rgb(104,104,255); }
div.DivClassName
{
background-color: #6868FF;
}
.BgClassName
{
background-color: #6868FF;
}
</style>
border-color css
<style>
span { border-color: #6868FF; }
span { border-color: rgb(104,104,255); }
td.TdClassName
{
border-color: #6868FF;
}
.TagClassName
{
border-color: #6868FF;
}
</style>