Shades of Medium Slate Blue #6466FA
Tints of Medium Slate Blue #6466FA
RGB
CMYK
RGB Variations
Color information
#6466FA (or 0x6466FA) is known color: Medium Slate Blue. HEX triplet: 64, 66 and FA. RGB value is (100,102,250). Sum of RGB (Red+Green+Blue) = 100+102+250=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #6466FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466FA is #9B9905. Grayscale: #757575. Windows color (decimal): -10197254 or 16410212. OLE color: 16410212.
HSL color Cylindrical-coordinate representation of color #6466FA: hue angle of 239.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6466FA is Cyan = 0.6, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 102 | 250 | - |
| CMYK | 0.6 | 0.59 | 0 | 0.02 |
| HSL | 239.2º | 0.94% | 0.69% | - |
| HSV(B) | 239.2º | 0.6% | 0.98% | - |
| XYZ | 27.26 | 19.11 | 92.7 | - |
| YUV | 118.27 | 202.34 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 250 | 0.6 | 0.59 | 0 | 0.02 | 239.2 | 0.94 | 0.69 |
| Hex | 64 | 66 | FA | 3C | 3B | 0 | 2 | EF | 5E | 45 |
| Octal | 144 | 146 | 372 | 74 | 73 | 0 | 2 | 357 | 136 | 105 |
| Binary | 1100100 | 1100110 | 11111010 | 111100 | 111011 | 0 | 10 | 11101111 | 1011110 | 1000101 |
Color Harmonies of #6466FA
Complementary color
Monochromatic Colors of #6466FA
Black with #6466FA
Text Example
Text Example
White with #6466FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466FA; }
p { color: rgb(100,102,250); }
H1.HeaderClassName
{
color: #6466FA;
}
.AnyTagClassName
{
color: #6466FA;
}
</style>
background-color css
<style>
a { background-color: #6466FA; }
a { background-color: rgb(100,102,250); }
div.DivClassName
{
background-color: #6466FA;
}
.BgClassName
{
background-color: #6466FA;
}
</style>
border-color css
<style>
span { border-color: #6466FA; }
span { border-color: rgb(100,102,250); }
td.TdClassName
{
border-color: #6466FA;
}
.TagClassName
{
border-color: #6466FA;
}
</style>