Shades of Medium Slate Blue #6F63FD
Tints of Medium Slate Blue #6F63FD
RGB
CMYK
RGB Variations
Color information
#6F63FD (or 0x6F63FD) is known color: Medium Slate Blue. HEX triplet: 6F, 63 and FD. RGB value is (111,99,253). Sum of RGB (Red+Green+Blue) = 111+99+253=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F63FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F63FD is #909C02. Grayscale: #777777. Windows color (decimal): -9477123 or 16606063. OLE color: 16606063.
HSL color Cylindrical-coordinate representation of color #6F63FD: hue angle of 244.68º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F63FD is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 99 | 253 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.01 |
| HSL | 244.68º | 0.97% | 0.69% | - |
| HSV(B) | 244.68º | 0.61% | 0.99% | - |
| XYZ | 28.75 | 19.4 | 95.16 | - |
| YUV | 120.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 253 | 0.56 | 0.61 | 0 | 0.01 | 244.68 | 0.97 | 0.69 |
| Hex | 6F | 63 | FD | 38 | 3D | 0 | 1 | F5 | 61 | 45 |
| Octal | 157 | 143 | 375 | 70 | 75 | 0 | 1 | 365 | 141 | 105 |
| Binary | 1101111 | 1100011 | 11111101 | 111000 | 111101 | 0 | 1 | 11110101 | 1100001 | 1000101 |
Color Harmonies of #6F63FD
Complementary color
Monochromatic Colors of #6F63FD
Black with #6F63FD
Text Example
Text Example
White with #6F63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63FD; }
p { color: rgb(111,99,253); }
H1.HeaderClassName
{
color: #6F63FD;
}
.AnyTagClassName
{
color: #6F63FD;
}
</style>
background-color css
<style>
a { background-color: #6F63FD; }
a { background-color: rgb(111,99,253); }
div.DivClassName
{
background-color: #6F63FD;
}
.BgClassName
{
background-color: #6F63FD;
}
</style>
border-color css
<style>
span { border-color: #6F63FD; }
span { border-color: rgb(111,99,253); }
td.TdClassName
{
border-color: #6F63FD;
}
.TagClassName
{
border-color: #6F63FD;
}
</style>