Shades of Medium Slate Blue #6A63FF
Tints of Medium Slate Blue #6A63FF
RGB
CMYK
RGB Variations
Color information
#6A63FF (or 0x6A63FF) is known color: Medium Slate Blue. HEX triplet: 6A, 63 and FF. RGB value is (106,99,255). Sum of RGB (Red+Green+Blue) = 106+99+255=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A63FF is #959C00. Grayscale: #767676. Windows color (decimal): -9804801 or 16737130. OLE color: 16737130.
HSL color Cylindrical-coordinate representation of color #6A63FF: hue angle of 242.69º 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 #6A63FF is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 99 | 255 | - |
| CMYK | 0.58 | 0.61 | 0 | 0 |
| HSL | 242.69º | 1% | 0.69% | - |
| HSV(B) | 242.69º | 0.61% | 1% | - |
| XYZ | 28.46 | 19.21 | 96.82 | - |
| YUV | 118.88 | 204.82 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 255 | 0.58 | 0.61 | 0 | 0 | 242.69 | 1 | 0.69 |
| Hex | 6A | 63 | FF | 3A | 3D | 0 | 0 | F3 | 64 | 45 |
| Octal | 152 | 143 | 377 | 72 | 75 | 0 | 0 | 363 | 144 | 105 |
| Binary | 1101010 | 1100011 | 11111111 | 111010 | 111101 | 0 | 0 | 11110011 | 1100100 | 1000101 |
Color Harmonies of #6A63FF
Complementary color
Monochromatic Colors of #6A63FF
Black with #6A63FF
Text Example
Text Example
White with #6A63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A63FF; }
p { color: rgb(106,99,255); }
H1.HeaderClassName
{
color: #6A63FF;
}
.AnyTagClassName
{
color: #6A63FF;
}
</style>
background-color css
<style>
a { background-color: #6A63FF; }
a { background-color: rgb(106,99,255); }
div.DivClassName
{
background-color: #6A63FF;
}
.BgClassName
{
background-color: #6A63FF;
}
</style>
border-color css
<style>
span { border-color: #6A63FF; }
span { border-color: rgb(106,99,255); }
td.TdClassName
{
border-color: #6A63FF;
}
.TagClassName
{
border-color: #6A63FF;
}
</style>