Shades of Medium Slate Blue #6662FD
Tints of Medium Slate Blue #6662FD
RGB
CMYK
RGB Variations
Color information
#6662FD (or 0x6662FD) is known color: Medium Slate Blue. HEX triplet: 66, 62 and FD. RGB value is (102,98,253). Sum of RGB (Red+Green+Blue) = 102+98+253=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #6662FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6662FD is #999D02. Grayscale: #747474. Windows color (decimal): -10067203 or 16605798. OLE color: 16605798.
HSL color Cylindrical-coordinate representation of color #6662FD: hue angle of 241.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6662FD is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 98 | 253 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.01 |
| HSL | 241.55º | 0.97% | 0.69% | - |
| HSV(B) | 241.55º | 0.61% | 0.99% | - |
| XYZ | 27.58 | 18.65 | 95.08 | - |
| YUV | 116.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 253 | 0.60 | 0.61 | 0 | 0.01 | 241.55 | 0.97 | 0.69 |
| Hex | 66 | 62 | FD | 3C | 3D | 0 | 1 | F2 | 61 | 45 |
| Octal | 146 | 142 | 375 | 74 | 75 | 0 | 1 | 362 | 141 | 105 |
| Binary | 1100110 | 1100010 | 11111101 | 111100 | 111101 | 0 | 1 | 11110010 | 1100001 | 1000101 |
Color Harmonies of #6662FD
Complementary color
Monochromatic Colors of #6662FD
Black with #6662FD
Text Example
Text Example
White with #6662FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6662FD; }
p { color: rgb(102,98,253); }
H1.HeaderClassName
{
color: #6662FD;
}
.AnyTagClassName
{
color: #6662FD;
}
</style>
background-color css
<style>
a { background-color: #6662FD; }
a { background-color: rgb(102,98,253); }
div.DivClassName
{
background-color: #6662FD;
}
.BgClassName
{
background-color: #6662FD;
}
</style>
border-color css
<style>
span { border-color: #6662FD; }
span { border-color: rgb(102,98,253); }
td.TdClassName
{
border-color: #6662FD;
}
.TagClassName
{
border-color: #6662FD;
}
</style>