Shades of Medium Slate Blue #6464FE
Tints of Medium Slate Blue #6464FE
RGB
CMYK
RGB Variations
Color information
#6464FE (or 0x6464FE) is known color: Medium Slate Blue. HEX triplet: 64, 64 and FE. RGB value is (100,100,254). Sum of RGB (Red+Green+Blue) = 100+100+254=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #6464FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6464FE is #9B9B01. Grayscale: #747474. Windows color (decimal): -10197762 or 16671844. OLE color: 16671844.
HSL color Cylindrical-coordinate representation of color #6464FE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6464FE is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 100 | 254 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.69% | - |
| HSV(B) | 240º | 0.61% | 1% | - |
| XYZ | 27.7 | 18.98 | 95.97 | - |
| YUV | 117.56 | 205 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 254 | 0.61 | 0.61 | 0 | 0.00 | 240 | 0.99 | 0.69 |
| Hex | 64 | 64 | FE | 3D | 3D | 0 | 0 | F0 | 63 | 45 |
| Octal | 144 | 144 | 376 | 75 | 75 | 0 | 0 | 360 | 143 | 105 |
| Binary | 1100100 | 1100100 | 11111110 | 111101 | 111101 | 0 | 0 | 11110000 | 1100011 | 1000101 |
Color Harmonies of #6464FE
Complementary color
Monochromatic Colors of #6464FE
Black with #6464FE
Text Example
Text Example
White with #6464FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6464FE; }
p { color: rgb(100,100,254); }
H1.HeaderClassName
{
color: #6464FE;
}
.AnyTagClassName
{
color: #6464FE;
}
</style>
background-color css
<style>
a { background-color: #6464FE; }
a { background-color: rgb(100,100,254); }
div.DivClassName
{
background-color: #6464FE;
}
.BgClassName
{
background-color: #6464FE;
}
</style>
border-color css
<style>
span { border-color: #6464FE; }
span { border-color: rgb(100,100,254); }
td.TdClassName
{
border-color: #6464FE;
}
.TagClassName
{
border-color: #6464FE;
}
</style>