Shades of Medium Slate Blue #6F63FF
Tints of Medium Slate Blue #6F63FF
RGB
CMYK
RGB Variations
Color information
#6F63FF (or 0x6F63FF) is known color: Medium Slate Blue. HEX triplet: 6F, 63 and FF. RGB value is (111,99,255). Sum of RGB (Red+Green+Blue) = 111+99+255=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F63FF is #909C00. Grayscale: #777777. Windows color (decimal): -9477121 or 16737135. OLE color: 16737135.
HSL color Cylindrical-coordinate representation of color #6F63FF: hue angle of 244.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F63FF is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 99 | 255 | - |
| CMYK | 0.56 | 0.61 | 0 | 0 |
| HSL | 244.62º | 1% | 0.69% | - |
| HSV(B) | 244.62º | 0.61% | 1% | - |
| XYZ | 29.07 | 19.52 | 96.84 | - |
| YUV | 120.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 255 | 0.56 | 0.61 | 0 | 0 | 244.62 | 1 | 0.69 |
| Hex | 6F | 63 | FF | 38 | 3D | 0 | 0 | F5 | 64 | 45 |
| Octal | 157 | 143 | 377 | 70 | 75 | 0 | 0 | 365 | 144 | 105 |
| Binary | 1101111 | 1100011 | 11111111 | 111000 | 111101 | 0 | 0 | 11110101 | 1100100 | 1000101 |
Color Harmonies of #6F63FF
Complementary color
Monochromatic Colors of #6F63FF
Black with #6F63FF
Text Example
Text Example
White with #6F63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63FF; }
p { color: rgb(111,99,255); }
H1.HeaderClassName
{
color: #6F63FF;
}
.AnyTagClassName
{
color: #6F63FF;
}
</style>
background-color css
<style>
a { background-color: #6F63FF; }
a { background-color: rgb(111,99,255); }
div.DivClassName
{
background-color: #6F63FF;
}
.BgClassName
{
background-color: #6F63FF;
}
</style>
border-color css
<style>
span { border-color: #6F63FF; }
span { border-color: rgb(111,99,255); }
td.TdClassName
{
border-color: #6F63FF;
}
.TagClassName
{
border-color: #6F63FF;
}
</style>