Shades of Medium Slate Blue #6466FF
Tints of Medium Slate Blue #6466FF
RGB
CMYK
RGB Variations
Color information
#6466FF (or 0x6466FF) is known color: Medium Slate Blue. HEX triplet: 64, 66 and FF. RGB value is (100,102,255). Sum of RGB (Red+Green+Blue) = 100+102+255=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #6466FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466FF is #9B9900. Grayscale: #767676. Windows color (decimal): -10197249 or 16737892. OLE color: 16737892.
HSL color Cylindrical-coordinate representation of color #6466FF: hue angle of 239.23º 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 #6466FF is Cyan = 0.61, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 102 | 255 | - |
| CMYK | 0.61 | 0.6 | 0 | 0 |
| HSL | 239.23º | 1% | 0.7% | - |
| HSV(B) | 239.23º | 0.61% | 1% | - |
| XYZ | 28.06 | 19.43 | 96.88 | - |
| YUV | 118.84 | 204.84 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 255 | 0.61 | 0.6 | 0 | 0 | 239.23 | 1 | 0.7 |
| Hex | 64 | 66 | FF | 3D | 3C | 0 | 0 | EF | 64 | 46 |
| Octal | 144 | 146 | 377 | 75 | 74 | 0 | 0 | 357 | 144 | 106 |
| Binary | 1100100 | 1100110 | 11111111 | 111101 | 111100 | 0 | 0 | 11101111 | 1100100 | 1000110 |
Color Harmonies of #6466FF
Complementary color
Monochromatic Colors of #6466FF
Black with #6466FF
Text Example
Text Example
White with #6466FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466FF; }
p { color: rgb(100,102,255); }
H1.HeaderClassName
{
color: #6466FF;
}
.AnyTagClassName
{
color: #6466FF;
}
</style>
background-color css
<style>
a { background-color: #6466FF; }
a { background-color: rgb(100,102,255); }
div.DivClassName
{
background-color: #6466FF;
}
.BgClassName
{
background-color: #6466FF;
}
</style>
border-color css
<style>
span { border-color: #6466FF; }
span { border-color: rgb(100,102,255); }
td.TdClassName
{
border-color: #6466FF;
}
.TagClassName
{
border-color: #6466FF;
}
</style>