Shades of Medium Slate Blue #6862FE
Tints of Medium Slate Blue #6862FE
RGB
CMYK
RGB Variations
Color information
#6862FE (or 0x6862FE) is known color: Medium Slate Blue. HEX triplet: 68, 62 and FE. RGB value is (104,98,254). Sum of RGB (Red+Green+Blue) = 104+98+254=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #6862FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6862FE is #979D01. Grayscale: #747474. Windows color (decimal): -9936130 or 16671336. OLE color: 16671336.
HSL color Cylindrical-coordinate representation of color #6862FE: hue angle of 242.31º 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 #6862FE is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 98 | 254 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.00 |
| HSL | 242.31º | 0.99% | 0.69% | - |
| HSV(B) | 242.31º | 0.61% | 1% | - |
| XYZ | 27.97 | 18.83 | 95.93 | - |
| YUV | 117.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 254 | 0.59 | 0.61 | 0 | 0.00 | 242.31 | 0.99 | 0.69 |
| Hex | 68 | 62 | FE | 3B | 3D | 0 | 0 | F2 | 63 | 45 |
| Octal | 150 | 142 | 376 | 73 | 75 | 0 | 0 | 362 | 143 | 105 |
| Binary | 1101000 | 1100010 | 11111110 | 111011 | 111101 | 0 | 0 | 11110010 | 1100011 | 1000101 |
Color Harmonies of #6862FE
Complementary color
Monochromatic Colors of #6862FE
Black with #6862FE
Text Example
Text Example
White with #6862FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6862FE; }
p { color: rgb(104,98,254); }
H1.HeaderClassName
{
color: #6862FE;
}
.AnyTagClassName
{
color: #6862FE;
}
</style>
background-color css
<style>
a { background-color: #6862FE; }
a { background-color: rgb(104,98,254); }
div.DivClassName
{
background-color: #6862FE;
}
.BgClassName
{
background-color: #6862FE;
}
</style>
border-color css
<style>
span { border-color: #6862FE; }
span { border-color: rgb(104,98,254); }
td.TdClassName
{
border-color: #6862FE;
}
.TagClassName
{
border-color: #6862FE;
}
</style>