Shades of Medium Slate Blue #6470F7
Tints of Medium Slate Blue #6470F7
RGB
CMYK
RGB Variations
Color information
#6470F7 (or 0x6470F7) is known color: Medium Slate Blue. HEX triplet: 64, 70 and F7. RGB value is (100,112,247). Sum of RGB (Red+Green+Blue) = 100+112+247=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #6470F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6470F7 is #9B8F08. Grayscale: #7B7B7B. Windows color (decimal): -10194697 or 16216164. OLE color: 16216164.
HSL color Cylindrical-coordinate representation of color #6470F7: hue angle of 235.1º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6470F7 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 112 | 247 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.03 |
| HSL | 235.1º | 0.9% | 0.68% | - |
| HSV(B) | 235.1º | 0.6% | 0.97% | - |
| XYZ | 27.84 | 21.01 | 90.58 | - |
| YUV | 123.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 247 | 0.60 | 0.55 | 0 | 0.03 | 235.1 | 0.9 | 0.68 |
| Hex | 64 | 70 | F7 | 3C | 37 | 0 | 3 | EB | 5A | 44 |
| Octal | 144 | 160 | 367 | 74 | 67 | 0 | 3 | 353 | 132 | 104 |
| Binary | 1100100 | 1110000 | 11110111 | 111100 | 110111 | 0 | 11 | 11101011 | 1011010 | 1000100 |
Color Harmonies of #6470F7
Complementary color
Monochromatic Colors of #6470F7
Black with #6470F7
Text Example
Text Example
White with #6470F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6470F7; }
p { color: rgb(100,112,247); }
H1.HeaderClassName
{
color: #6470F7;
}
.AnyTagClassName
{
color: #6470F7;
}
</style>
background-color css
<style>
a { background-color: #6470F7; }
a { background-color: rgb(100,112,247); }
div.DivClassName
{
background-color: #6470F7;
}
.BgClassName
{
background-color: #6470F7;
}
</style>
border-color css
<style>
span { border-color: #6470F7; }
span { border-color: rgb(100,112,247); }
td.TdClassName
{
border-color: #6470F7;
}
.TagClassName
{
border-color: #6470F7;
}
</style>