Shades of Medium Slate Blue #6968FF
Tints of Medium Slate Blue #6968FF
RGB
CMYK
RGB Variations
Color information
#6968FF (or 0x6968FF) is known color: Medium Slate Blue. HEX triplet: 69, 68 and FF. RGB value is (105,104,255). Sum of RGB (Red+Green+Blue) = 105+104+255=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #6968FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6968FF is #969700. Grayscale: #787878. Windows color (decimal): -9869057 or 16738409. OLE color: 16738409.
HSL color Cylindrical-coordinate representation of color #6968FF: hue angle of 240.4º 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 #6968FF is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 104 | 255 | - |
| CMYK | 0.59 | 0.59 | 0 | 0 |
| HSL | 240.4º | 1% | 0.7% | - |
| HSV(B) | 240.4º | 0.59% | 1% | - |
| XYZ | 28.83 | 20.12 | 96.97 | - |
| YUV | 121.51 | 203.33 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 255 | 0.59 | 0.59 | 0 | 0 | 240.4 | 1 | 0.7 |
| Hex | 69 | 68 | FF | 3B | 3B | 0 | 0 | F0 | 64 | 46 |
| Octal | 151 | 150 | 377 | 73 | 73 | 0 | 0 | 360 | 144 | 106 |
| Binary | 1101001 | 1101000 | 11111111 | 111011 | 111011 | 0 | 0 | 11110000 | 1100100 | 1000110 |
Color Harmonies of #6968FF
Complementary color
Monochromatic Colors of #6968FF
Black with #6968FF
Text Example
Text Example
White with #6968FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6968FF; }
p { color: rgb(105,104,255); }
H1.HeaderClassName
{
color: #6968FF;
}
.AnyTagClassName
{
color: #6968FF;
}
</style>
background-color css
<style>
a { background-color: #6968FF; }
a { background-color: rgb(105,104,255); }
div.DivClassName
{
background-color: #6968FF;
}
.BgClassName
{
background-color: #6968FF;
}
</style>
border-color css
<style>
span { border-color: #6968FF; }
span { border-color: rgb(105,104,255); }
td.TdClassName
{
border-color: #6968FF;
}
.TagClassName
{
border-color: #6968FF;
}
</style>