Shades of Medium Slate Blue #6862FA
Tints of Medium Slate Blue #6862FA
RGB
CMYK
RGB Variations
Color information
#6862FA (or 0x6862FA) is known color: Medium Slate Blue. HEX triplet: 68, 62 and FA. RGB value is (104,98,250). Sum of RGB (Red+Green+Blue) = 104+98+250=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #6862FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6862FA is #979D05. Grayscale: #747474. Windows color (decimal): -9936134 or 16409192. OLE color: 16409192.
HSL color Cylindrical-coordinate representation of color #6862FA: hue angle of 242.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6862FA is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 98 | 250 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.02 |
| HSL | 242.37º | 0.94% | 0.68% | - |
| HSV(B) | 242.37º | 0.61% | 0.98% | - |
| XYZ | 27.33 | 18.58 | 92.59 | - |
| YUV | 117.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 250 | 0.58 | 0.61 | 0 | 0.02 | 242.37 | 0.94 | 0.68 |
| Hex | 68 | 62 | FA | 3A | 3D | 0 | 2 | F2 | 5E | 44 |
| Octal | 150 | 142 | 372 | 72 | 75 | 0 | 2 | 362 | 136 | 104 |
| Binary | 1101000 | 1100010 | 11111010 | 111010 | 111101 | 0 | 10 | 11110010 | 1011110 | 1000100 |
Color Harmonies of #6862FA
Complementary color
Monochromatic Colors of #6862FA
Black with #6862FA
Text Example
Text Example
White with #6862FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6862FA; }
p { color: rgb(104,98,250); }
H1.HeaderClassName
{
color: #6862FA;
}
.AnyTagClassName
{
color: #6862FA;
}
</style>
background-color css
<style>
a { background-color: #6862FA; }
a { background-color: rgb(104,98,250); }
div.DivClassName
{
background-color: #6862FA;
}
.BgClassName
{
background-color: #6862FA;
}
</style>
border-color css
<style>
span { border-color: #6862FA; }
span { border-color: rgb(104,98,250); }
td.TdClassName
{
border-color: #6862FA;
}
.TagClassName
{
border-color: #6862FA;
}
</style>