Shades of Medium Slate Blue #6864FC
Tints of Medium Slate Blue #6864FC
RGB
CMYK
RGB Variations
Color information
#6864FC (or 0x6864FC) is known color: Medium Slate Blue. HEX triplet: 68, 64 and FC. RGB value is (104,100,252). Sum of RGB (Red+Green+Blue) = 104+100+252=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #6864FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6864FC is #979B03. Grayscale: #757575. Windows color (decimal): -9935620 or 16540776. OLE color: 16540776.
HSL color Cylindrical-coordinate representation of color #6864FC: hue angle of 241.58º 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 #6864FC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 100 | 252 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.01 |
| HSL | 241.58º | 0.96% | 0.69% | - |
| HSV(B) | 241.58º | 0.6% | 0.99% | - |
| XYZ | 27.84 | 19.09 | 94.31 | - |
| YUV | 118.52 | 203.33 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 252 | 0.59 | 0.60 | 0 | 0.01 | 241.58 | 0.96 | 0.69 |
| Hex | 68 | 64 | FC | 3B | 3C | 0 | 1 | F2 | 60 | 45 |
| Octal | 150 | 144 | 374 | 73 | 74 | 0 | 1 | 362 | 140 | 105 |
| Binary | 1101000 | 1100100 | 11111100 | 111011 | 111100 | 0 | 1 | 11110010 | 1100000 | 1000101 |
Color Harmonies of #6864FC
Complementary color
Monochromatic Colors of #6864FC
Black with #6864FC
Text Example
Text Example
White with #6864FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864FC; }
p { color: rgb(104,100,252); }
H1.HeaderClassName
{
color: #6864FC;
}
.AnyTagClassName
{
color: #6864FC;
}
</style>
background-color css
<style>
a { background-color: #6864FC; }
a { background-color: rgb(104,100,252); }
div.DivClassName
{
background-color: #6864FC;
}
.BgClassName
{
background-color: #6864FC;
}
</style>
border-color css
<style>
span { border-color: #6864FC; }
span { border-color: rgb(104,100,252); }
td.TdClassName
{
border-color: #6864FC;
}
.TagClassName
{
border-color: #6864FC;
}
</style>