Shades of Medium Slate Blue #6668FD
Tints of Medium Slate Blue #6668FD
RGB
CMYK
RGB Variations
Color information
#6668FD (or 0x6668FD) is known color: Medium Slate Blue. HEX triplet: 66, 68 and FD. RGB value is (102,104,253). Sum of RGB (Red+Green+Blue) = 102+104+253=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #6668FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6668FD is #999702. Grayscale: #777777. Windows color (decimal): -10065667 or 16607334. OLE color: 16607334.
HSL color Cylindrical-coordinate representation of color #6668FD: hue angle of 239.21º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6668FD is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 104 | 253 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.01 |
| HSL | 239.21º | 0.97% | 0.7% | - |
| HSV(B) | 239.21º | 0.6% | 0.99% | - |
| XYZ | 28.16 | 19.82 | 95.27 | - |
| YUV | 120.39 | 202.84 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 253 | 0.60 | 0.59 | 0 | 0.01 | 239.21 | 0.97 | 0.7 |
| Hex | 66 | 68 | FD | 3C | 3B | 0 | 1 | EF | 61 | 46 |
| Octal | 146 | 150 | 375 | 74 | 73 | 0 | 1 | 357 | 141 | 106 |
| Binary | 1100110 | 1101000 | 11111101 | 111100 | 111011 | 0 | 1 | 11101111 | 1100001 | 1000110 |
Color Harmonies of #6668FD
Complementary color
Monochromatic Colors of #6668FD
Black with #6668FD
Text Example
Text Example
White with #6668FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668FD; }
p { color: rgb(102,104,253); }
H1.HeaderClassName
{
color: #6668FD;
}
.AnyTagClassName
{
color: #6668FD;
}
</style>
background-color css
<style>
a { background-color: #6668FD; }
a { background-color: rgb(102,104,253); }
div.DivClassName
{
background-color: #6668FD;
}
.BgClassName
{
background-color: #6668FD;
}
</style>
border-color css
<style>
span { border-color: #6668FD; }
span { border-color: rgb(102,104,253); }
td.TdClassName
{
border-color: #6668FD;
}
.TagClassName
{
border-color: #6668FD;
}
</style>