Shades of Medium Slate Blue #6463FF
Tints of Medium Slate Blue #6463FF
RGB
CMYK
RGB Variations
Color information
#6463FF (or 0x6463FF) is known color: Medium Slate Blue. HEX triplet: 64, 63 and FF. RGB value is (100,99,255). Sum of RGB (Red+Green+Blue) = 100+99+255=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #6463FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6463FF is #9B9C00. Grayscale: #747474. Windows color (decimal): -10198017 or 16737124. OLE color: 16737124.
HSL color Cylindrical-coordinate representation of color #6463FF: hue angle of 240.38º 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 #6463FF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 99 | 255 | - |
| CMYK | 0.61 | 0.61 | 0 | 0 |
| HSL | 240.38º | 1% | 0.69% | - |
| HSV(B) | 240.38º | 0.61% | 1% | - |
| XYZ | 27.77 | 18.85 | 96.78 | - |
| YUV | 117.08 | 205.83 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 255 | 0.61 | 0.61 | 0 | 0 | 240.38 | 1 | 0.69 |
| Hex | 64 | 63 | FF | 3D | 3D | 0 | 0 | F0 | 64 | 45 |
| Octal | 144 | 143 | 377 | 75 | 75 | 0 | 0 | 360 | 144 | 105 |
| Binary | 1100100 | 1100011 | 11111111 | 111101 | 111101 | 0 | 0 | 11110000 | 1100100 | 1000101 |
Color Harmonies of #6463FF
Complementary color
Monochromatic Colors of #6463FF
Black with #6463FF
Text Example
Text Example
White with #6463FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463FF; }
p { color: rgb(100,99,255); }
H1.HeaderClassName
{
color: #6463FF;
}
.AnyTagClassName
{
color: #6463FF;
}
</style>
background-color css
<style>
a { background-color: #6463FF; }
a { background-color: rgb(100,99,255); }
div.DivClassName
{
background-color: #6463FF;
}
.BgClassName
{
background-color: #6463FF;
}
</style>
border-color css
<style>
span { border-color: #6463FF; }
span { border-color: rgb(100,99,255); }
td.TdClassName
{
border-color: #6463FF;
}
.TagClassName
{
border-color: #6463FF;
}
</style>