Shades of Medium Slate Blue #6F63EB
Tints of Medium Slate Blue #6F63EB
RGB
CMYK
RGB Variations
Color information
#6F63EB (or 0x6F63EB) is known color: Medium Slate Blue. HEX triplet: 6F, 63 and EB. RGB value is (111,99,235). Sum of RGB (Red+Green+Blue) = 111+99+235=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F63EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F63EB is #909C14. Grayscale: #757575. Windows color (decimal): -9477141 or 15426415. OLE color: 15426415.
HSL color Cylindrical-coordinate representation of color #6F63EB: hue angle of 245.29º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F63EB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 99 | 235 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.08 |
| HSL | 245.29º | 0.77% | 0.65% | - |
| HSV(B) | 245.29º | 0.58% | 0.92% | - |
| XYZ | 26.01 | 18.3 | 80.76 | - |
| YUV | 118.09 | 193.98 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 235 | 0.53 | 0.58 | 0 | 0.08 | 245.29 | 0.77 | 0.65 |
| Hex | 6F | 63 | EB | 35 | 3A | 0 | 8 | F5 | 4D | 41 |
| Octal | 157 | 143 | 353 | 65 | 72 | 0 | 10 | 365 | 115 | 101 |
| Binary | 1101111 | 1100011 | 11101011 | 110101 | 111010 | 0 | 1000 | 11110101 | 1001101 | 1000001 |
Color Harmonies of #6F63EB
Complementary color
Monochromatic Colors of #6F63EB
Black with #6F63EB
Text Example
Text Example
White with #6F63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63EB; }
p { color: rgb(111,99,235); }
H1.HeaderClassName
{
color: #6F63EB;
}
.AnyTagClassName
{
color: #6F63EB;
}
</style>
background-color css
<style>
a { background-color: #6F63EB; }
a { background-color: rgb(111,99,235); }
div.DivClassName
{
background-color: #6F63EB;
}
.BgClassName
{
background-color: #6F63EB;
}
</style>
border-color css
<style>
span { border-color: #6F63EB; }
span { border-color: rgb(111,99,235); }
td.TdClassName
{
border-color: #6F63EB;
}
.TagClassName
{
border-color: #6F63EB;
}
</style>