Shades of Medium Slate Blue #6664FE
Tints of Medium Slate Blue #6664FE
RGB
CMYK
RGB Variations
Color information
#6664FE (or 0x6664FE) is known color: Medium Slate Blue. HEX triplet: 66, 64 and FE. RGB value is (102,100,254). Sum of RGB (Red+Green+Blue) = 102+100+254=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #6664FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6664FE is #999B01. Grayscale: #757575. Windows color (decimal): -10066690 or 16671846. OLE color: 16671846.
HSL color Cylindrical-coordinate representation of color #6664FE: hue angle of 240.78º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6664FE is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 100 | 254 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.00 |
| HSL | 240.78º | 0.99% | 0.69% | - |
| HSV(B) | 240.78º | 0.61% | 1% | - |
| XYZ | 27.93 | 19.09 | 95.98 | - |
| YUV | 118.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 254 | 0.60 | 0.61 | 0 | 0.00 | 240.78 | 0.99 | 0.69 |
| Hex | 66 | 64 | FE | 3C | 3D | 0 | 0 | F1 | 63 | 45 |
| Octal | 146 | 144 | 376 | 74 | 75 | 0 | 0 | 361 | 143 | 105 |
| Binary | 1100110 | 1100100 | 11111110 | 111100 | 111101 | 0 | 0 | 11110001 | 1100011 | 1000101 |
Color Harmonies of #6664FE
Complementary color
Monochromatic Colors of #6664FE
Black with #6664FE
Text Example
Text Example
White with #6664FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6664FE; }
p { color: rgb(102,100,254); }
H1.HeaderClassName
{
color: #6664FE;
}
.AnyTagClassName
{
color: #6664FE;
}
</style>
background-color css
<style>
a { background-color: #6664FE; }
a { background-color: rgb(102,100,254); }
div.DivClassName
{
background-color: #6664FE;
}
.BgClassName
{
background-color: #6664FE;
}
</style>
border-color css
<style>
span { border-color: #6664FE; }
span { border-color: rgb(102,100,254); }
td.TdClassName
{
border-color: #6664FE;
}
.TagClassName
{
border-color: #6664FE;
}
</style>