Shades of Medium Slate Blue #6864FE
Tints of Medium Slate Blue #6864FE
RGB
CMYK
RGB Variations
Color information
#6864FE (or 0x6864FE) is known color: Medium Slate Blue. HEX triplet: 68, 64 and FE. RGB value is (104,100,254). Sum of RGB (Red+Green+Blue) = 104+100+254=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #6864FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6864FE is #979B01. Grayscale: #767676. Windows color (decimal): -9935618 or 16671848. OLE color: 16671848.
HSL color Cylindrical-coordinate representation of color #6864FE: hue angle of 241.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6864FE is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 100 | 254 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.00 |
| HSL | 241.56º | 0.99% | 0.69% | - |
| HSV(B) | 241.56º | 0.61% | 1% | - |
| XYZ | 28.16 | 19.21 | 95.99 | - |
| YUV | 118.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 254 | 0.59 | 0.61 | 0 | 0.00 | 241.56 | 0.99 | 0.69 |
| Hex | 68 | 64 | FE | 3B | 3D | 0 | 0 | F2 | 63 | 45 |
| Octal | 150 | 144 | 376 | 73 | 75 | 0 | 0 | 362 | 143 | 105 |
| Binary | 1101000 | 1100100 | 11111110 | 111011 | 111101 | 0 | 0 | 11110010 | 1100011 | 1000101 |
Color Harmonies of #6864FE
Complementary color
Monochromatic Colors of #6864FE
Black with #6864FE
Text Example
Text Example
White with #6864FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864FE; }
p { color: rgb(104,100,254); }
H1.HeaderClassName
{
color: #6864FE;
}
.AnyTagClassName
{
color: #6864FE;
}
</style>
background-color css
<style>
a { background-color: #6864FE; }
a { background-color: rgb(104,100,254); }
div.DivClassName
{
background-color: #6864FE;
}
.BgClassName
{
background-color: #6864FE;
}
</style>
border-color css
<style>
span { border-color: #6864FE; }
span { border-color: rgb(104,100,254); }
td.TdClassName
{
border-color: #6864FE;
}
.TagClassName
{
border-color: #6864FE;
}
</style>