Shades of Medium Slate Blue #6F63FE
Tints of Medium Slate Blue #6F63FE
RGB
CMYK
RGB Variations
Color information
#6F63FE (or 0x6F63FE) is known color: Medium Slate Blue. HEX triplet: 6F, 63 and FE. RGB value is (111,99,254). Sum of RGB (Red+Green+Blue) = 111+99+254=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F63FE is #909C01. Grayscale: #777777. Windows color (decimal): -9477122 or 16671599. OLE color: 16671599.
HSL color Cylindrical-coordinate representation of color #6F63FE: hue angle of 244.65º 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 #6F63FE is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 99 | 254 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.00 |
| HSL | 244.65º | 0.99% | 0.69% | - |
| HSV(B) | 244.65º | 0.61% | 1% | - |
| XYZ | 28.91 | 19.46 | 96 | - |
| YUV | 120.26 | 203.48 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 254 | 0.56 | 0.61 | 0 | 0.00 | 244.65 | 0.99 | 0.69 |
| Hex | 6F | 63 | FE | 38 | 3D | 0 | 0 | F5 | 63 | 45 |
| Octal | 157 | 143 | 376 | 70 | 75 | 0 | 0 | 365 | 143 | 105 |
| Binary | 1101111 | 1100011 | 11111110 | 111000 | 111101 | 0 | 0 | 11110101 | 1100011 | 1000101 |
Color Harmonies of #6F63FE
Complementary color
Monochromatic Colors of #6F63FE
Black with #6F63FE
Text Example
Text Example
White with #6F63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63FE; }
p { color: rgb(111,99,254); }
H1.HeaderClassName
{
color: #6F63FE;
}
.AnyTagClassName
{
color: #6F63FE;
}
</style>
background-color css
<style>
a { background-color: #6F63FE; }
a { background-color: rgb(111,99,254); }
div.DivClassName
{
background-color: #6F63FE;
}
.BgClassName
{
background-color: #6F63FE;
}
</style>
border-color css
<style>
span { border-color: #6F63FE; }
span { border-color: rgb(111,99,254); }
td.TdClassName
{
border-color: #6F63FE;
}
.TagClassName
{
border-color: #6F63FE;
}
</style>