Shades of Medium Slate Blue #6464FF
Tints of Medium Slate Blue #6464FF
RGB
CMYK
RGB Variations
Color information
#6464FF (or 0x6464FF) is known color: Medium Slate Blue. HEX triplet: 64, 64 and FF. RGB value is (100,100,255). Sum of RGB (Red+Green+Blue) = 100+100+255=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6464FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6464FF is #9B9B00. Grayscale: #757575. Windows color (decimal): -10197761 or 16737380. OLE color: 16737380.
HSL color Cylindrical-coordinate representation of color #6464FF: hue angle of 240º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6464FF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 100 | 255 | - |
| CMYK | 0.61 | 0.61 | 0 | 0 |
| HSL | 240º | 1% | 0.7% | - |
| HSV(B) | 240º | 0.61% | 1% | - |
| XYZ | 27.86 | 19.04 | 96.82 | - |
| YUV | 117.67 | 205.5 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 255 | 0.61 | 0.61 | 0 | 0 | 240 | 1 | 0.7 |
| Hex | 64 | 64 | FF | 3D | 3D | 0 | 0 | F0 | 64 | 46 |
| Octal | 144 | 144 | 377 | 75 | 75 | 0 | 0 | 360 | 144 | 106 |
| Binary | 1100100 | 1100100 | 11111111 | 111101 | 111101 | 0 | 0 | 11110000 | 1100100 | 1000110 |
Color Harmonies of #6464FF
Complementary color
Monochromatic Colors of #6464FF
Black with #6464FF
Text Example
Text Example
White with #6464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6464FF; }
p { color: rgb(100,100,255); }
H1.HeaderClassName
{
color: #6464FF;
}
.AnyTagClassName
{
color: #6464FF;
}
</style>
background-color css
<style>
a { background-color: #6464FF; }
a { background-color: rgb(100,100,255); }
div.DivClassName
{
background-color: #6464FF;
}
.BgClassName
{
background-color: #6464FF;
}
</style>
border-color css
<style>
span { border-color: #6464FF; }
span { border-color: rgb(100,100,255); }
td.TdClassName
{
border-color: #6464FF;
}
.TagClassName
{
border-color: #6464FF;
}
</style>