Shades of Medium Slate Blue #6668FE
Tints of Medium Slate Blue #6668FE
RGB
CMYK
RGB Variations
Color information
#6668FE (or 0x6668FE) is known color: Medium Slate Blue. HEX triplet: 66, 68 and FE. RGB value is (102,104,254). Sum of RGB (Red+Green+Blue) = 102+104+254=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #6668FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6668FE is #999701. Grayscale: #777777. Windows color (decimal): -10065666 or 16672870. OLE color: 16672870.
HSL color Cylindrical-coordinate representation of color #6668FE: hue angle of 239.21º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6668FE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 104 | 254 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.00 |
| HSL | 239.21º | 0.99% | 0.7% | - |
| HSV(B) | 239.21º | 0.6% | 1% | - |
| XYZ | 28.32 | 19.88 | 96.11 | - |
| YUV | 120.5 | 203.34 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 254 | 0.60 | 0.59 | 0 | 0.00 | 239.21 | 0.99 | 0.7 |
| Hex | 66 | 68 | FE | 3C | 3B | 0 | 0 | EF | 63 | 46 |
| Octal | 146 | 150 | 376 | 74 | 73 | 0 | 0 | 357 | 143 | 106 |
| Binary | 1100110 | 1101000 | 11111110 | 111100 | 111011 | 0 | 0 | 11101111 | 1100011 | 1000110 |
Color Harmonies of #6668FE
Complementary color
Monochromatic Colors of #6668FE
Black with #6668FE
Text Example
Text Example
White with #6668FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668FE; }
p { color: rgb(102,104,254); }
H1.HeaderClassName
{
color: #6668FE;
}
.AnyTagClassName
{
color: #6668FE;
}
</style>
background-color css
<style>
a { background-color: #6668FE; }
a { background-color: rgb(102,104,254); }
div.DivClassName
{
background-color: #6668FE;
}
.BgClassName
{
background-color: #6668FE;
}
</style>
border-color css
<style>
span { border-color: #6668FE; }
span { border-color: rgb(102,104,254); }
td.TdClassName
{
border-color: #6668FE;
}
.TagClassName
{
border-color: #6668FE;
}
</style>