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