Shades of Medium Slate Blue #6F63E0
Tints of Medium Slate Blue #6F63E0
RGB
CMYK
RGB Variations
Color information
#6F63E0 (or 0x6F63E0) is known color: Medium Slate Blue. HEX triplet: 6F, 63 and E0. RGB value is (111,99,224). Sum of RGB (Red+Green+Blue) = 111+99+224=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #6F63E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63E0 is #909C1F. Grayscale: #747474. Windows color (decimal): -9477152 or 14705519. OLE color: 14705519.
HSL color Cylindrical-coordinate representation of color #6F63E0: hue angle of 245.76º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F63E0 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 99 | 224 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.12 |
| HSL | 245.76º | 0.67% | 0.63% | - |
| HSV(B) | 245.76º | 0.56% | 0.88% | - |
| XYZ | 24.47 | 17.69 | 72.64 | - |
| YUV | 116.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 224 | 0.50 | 0.56 | 0 | 0.12 | 245.76 | 0.67 | 0.63 |
| Hex | 6F | 63 | E0 | 32 | 38 | 0 | C | F6 | 43 | 3F |
| Octal | 157 | 143 | 340 | 62 | 70 | 0 | 14 | 366 | 103 | 77 |
| Binary | 1101111 | 1100011 | 11100000 | 110010 | 111000 | 0 | 1100 | 11110110 | 1000011 | 111111 |
Color Harmonies of #6F63E0
Complementary color
Monochromatic Colors of #6F63E0
Black with #6F63E0
Text Example
Text Example
White with #6F63E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63E0; }
p { color: rgb(111,99,224); }
H1.HeaderClassName
{
color: #6F63E0;
}
.AnyTagClassName
{
color: #6F63E0;
}
</style>
background-color css
<style>
a { background-color: #6F63E0; }
a { background-color: rgb(111,99,224); }
div.DivClassName
{
background-color: #6F63E0;
}
.BgClassName
{
background-color: #6F63E0;
}
</style>
border-color css
<style>
span { border-color: #6F63E0; }
span { border-color: rgb(111,99,224); }
td.TdClassName
{
border-color: #6F63E0;
}
.TagClassName
{
border-color: #6F63E0;
}
</style>