Shades of Medium Slate Blue #6666FD
Tints of Medium Slate Blue #6666FD
RGB
CMYK
RGB Variations
Color information
#6666FD (or 0x6666FD) is known color: Medium Slate Blue. HEX triplet: 66, 66 and FD. RGB value is (102,102,253). Sum of RGB (Red+Green+Blue) = 102+102+253=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #6666FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6666FD is #999902. Grayscale: #767676. Windows color (decimal): -10066179 or 16606822. OLE color: 16606822.
HSL color Cylindrical-coordinate representation of color #6666FD: hue angle of 240º 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 #6666FD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 102 | 253 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.7% | - |
| HSV(B) | 240º | 0.6% | 0.99% | - |
| XYZ | 27.96 | 19.42 | 95.2 | - |
| YUV | 119.21 | 203.5 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 253 | 0.60 | 0.60 | 0 | 0.01 | 240 | 0.97 | 0.7 |
| Hex | 66 | 66 | FD | 3C | 3C | 0 | 1 | F0 | 61 | 46 |
| Octal | 146 | 146 | 375 | 74 | 74 | 0 | 1 | 360 | 141 | 106 |
| Binary | 1100110 | 1100110 | 11111101 | 111100 | 111100 | 0 | 1 | 11110000 | 1100001 | 1000110 |
Color Harmonies of #6666FD
Complementary color
Monochromatic Colors of #6666FD
Black with #6666FD
Text Example
Text Example
White with #6666FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666FD; }
p { color: rgb(102,102,253); }
H1.HeaderClassName
{
color: #6666FD;
}
.AnyTagClassName
{
color: #6666FD;
}
</style>
background-color css
<style>
a { background-color: #6666FD; }
a { background-color: rgb(102,102,253); }
div.DivClassName
{
background-color: #6666FD;
}
.BgClassName
{
background-color: #6666FD;
}
</style>
border-color css
<style>
span { border-color: #6666FD; }
span { border-color: rgb(102,102,253); }
td.TdClassName
{
border-color: #6666FD;
}
.TagClassName
{
border-color: #6666FD;
}
</style>