Shades of Medium Slate Blue #6466EB
Tints of Medium Slate Blue #6466EB
RGB
CMYK
RGB Variations
Color information
#6466EB (or 0x6466EB) is known color: Medium Slate Blue. HEX triplet: 64, 66 and EB. RGB value is (100,102,235). Sum of RGB (Red+Green+Blue) = 100+102+235=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #6466EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466EB is #9B9914. Grayscale: #747474. Windows color (decimal): -10197269 or 15427172. OLE color: 15427172.
HSL color Cylindrical-coordinate representation of color #6466EB: hue angle of 239.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6466EB is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 102 | 235 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.08 |
| HSL | 239.11º | 0.77% | 0.66% | - |
| HSV(B) | 239.11º | 0.57% | 0.92% | - |
| XYZ | 25 | 18.21 | 80.79 | - |
| YUV | 116.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 235 | 0.57 | 0.57 | 0 | 0.08 | 239.11 | 0.77 | 0.66 |
| Hex | 64 | 66 | EB | 39 | 39 | 0 | 8 | EF | 4D | 42 |
| Octal | 144 | 146 | 353 | 71 | 71 | 0 | 10 | 357 | 115 | 102 |
| Binary | 1100100 | 1100110 | 11101011 | 111001 | 111001 | 0 | 1000 | 11101111 | 1001101 | 1000010 |
Color Harmonies of #6466EB
Complementary color
Monochromatic Colors of #6466EB
Black with #6466EB
Text Example
Text Example
White with #6466EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466EB; }
p { color: rgb(100,102,235); }
H1.HeaderClassName
{
color: #6466EB;
}
.AnyTagClassName
{
color: #6466EB;
}
</style>
background-color css
<style>
a { background-color: #6466EB; }
a { background-color: rgb(100,102,235); }
div.DivClassName
{
background-color: #6466EB;
}
.BgClassName
{
background-color: #6466EB;
}
</style>
border-color css
<style>
span { border-color: #6466EB; }
span { border-color: rgb(100,102,235); }
td.TdClassName
{
border-color: #6466EB;
}
.TagClassName
{
border-color: #6466EB;
}
</style>