Shades of Medium Slate Blue #6865FC
Tints of Medium Slate Blue #6865FC
RGB
CMYK
RGB Variations
Color information
#6865FC (or 0x6865FC) is known color: Medium Slate Blue. HEX triplet: 68, 65 and FC. RGB value is (104,101,252). Sum of RGB (Red+Green+Blue) = 104+101+252=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #6865FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6865FC is #979A03. Grayscale: #767676. Windows color (decimal): -9935364 or 16541032. OLE color: 16541032.
HSL color Cylindrical-coordinate representation of color #6865FC: hue angle of 241.19º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6865FC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 101 | 252 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.01 |
| HSL | 241.19º | 0.96% | 0.69% | - |
| HSV(B) | 241.19º | 0.6% | 0.99% | - |
| XYZ | 27.93 | 19.28 | 94.34 | - |
| YUV | 119.11 | 202.99 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 252 | 0.59 | 0.60 | 0 | 0.01 | 241.19 | 0.96 | 0.69 |
| Hex | 68 | 65 | FC | 3B | 3C | 0 | 1 | F1 | 60 | 45 |
| Octal | 150 | 145 | 374 | 73 | 74 | 0 | 1 | 361 | 140 | 105 |
| Binary | 1101000 | 1100101 | 11111100 | 111011 | 111100 | 0 | 1 | 11110001 | 1100000 | 1000101 |
Color Harmonies of #6865FC
Complementary color
Monochromatic Colors of #6865FC
Black with #6865FC
Text Example
Text Example
White with #6865FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865FC; }
p { color: rgb(104,101,252); }
H1.HeaderClassName
{
color: #6865FC;
}
.AnyTagClassName
{
color: #6865FC;
}
</style>
background-color css
<style>
a { background-color: #6865FC; }
a { background-color: rgb(104,101,252); }
div.DivClassName
{
background-color: #6865FC;
}
.BgClassName
{
background-color: #6865FC;
}
</style>
border-color css
<style>
span { border-color: #6865FC; }
span { border-color: rgb(104,101,252); }
td.TdClassName
{
border-color: #6865FC;
}
.TagClassName
{
border-color: #6865FC;
}
</style>