Shades of Medium Slate Blue #6470EC
Tints of Medium Slate Blue #6470EC
RGB
CMYK
RGB Variations
Color information
#6470EC (or 0x6470EC) is known color: Medium Slate Blue. HEX triplet: 64, 70 and EC. RGB value is (100,112,236). Sum of RGB (Red+Green+Blue) = 100+112+236=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #6470EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6470EC is #9B8F13. Grayscale: #7A7A7A. Windows color (decimal): -10194708 or 15495268. OLE color: 15495268.
HSL color Cylindrical-coordinate representation of color #6470EC: hue angle of 234.71º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6470EC is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 112 | 236 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.07 |
| HSL | 234.71º | 0.78% | 0.66% | - |
| HSV(B) | 234.71º | 0.58% | 0.93% | - |
| XYZ | 26.19 | 20.35 | 81.91 | - |
| YUV | 122.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 236 | 0.58 | 0.53 | 0 | 0.07 | 234.71 | 0.78 | 0.66 |
| Hex | 64 | 70 | EC | 3A | 35 | 0 | 7 | EB | 4E | 42 |
| Octal | 144 | 160 | 354 | 72 | 65 | 0 | 7 | 353 | 116 | 102 |
| Binary | 1100100 | 1110000 | 11101100 | 111010 | 110101 | 0 | 111 | 11101011 | 1001110 | 1000010 |
Color Harmonies of #6470EC
Complementary color
Monochromatic Colors of #6470EC
Black with #6470EC
Text Example
Text Example
White with #6470EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6470EC; }
p { color: rgb(100,112,236); }
H1.HeaderClassName
{
color: #6470EC;
}
.AnyTagClassName
{
color: #6470EC;
}
</style>
background-color css
<style>
a { background-color: #6470EC; }
a { background-color: rgb(100,112,236); }
div.DivClassName
{
background-color: #6470EC;
}
.BgClassName
{
background-color: #6470EC;
}
</style>
border-color css
<style>
span { border-color: #6470EC; }
span { border-color: rgb(100,112,236); }
td.TdClassName
{
border-color: #6470EC;
}
.TagClassName
{
border-color: #6470EC;
}
</style>