Shades of Medium Slate Blue #6668EB
Tints of Medium Slate Blue #6668EB
RGB
CMYK
RGB Variations
Color information
#6668EB (or 0x6668EB) is known color: Medium Slate Blue. HEX triplet: 66, 68 and EB. RGB value is (102,104,235). Sum of RGB (Red+Green+Blue) = 102+104+235=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #6668EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6668EB is #999714. Grayscale: #757575. Windows color (decimal): -10065685 or 15427686. OLE color: 15427686.
HSL color Cylindrical-coordinate representation of color #6668EB: hue angle of 239.1º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6668EB is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 104 | 235 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.08 |
| HSL | 239.1º | 0.77% | 0.66% | - |
| HSV(B) | 239.1º | 0.57% | 0.92% | - |
| XYZ | 25.43 | 18.72 | 80.87 | - |
| YUV | 118.34 | 193.84 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 235 | 0.57 | 0.56 | 0 | 0.08 | 239.1 | 0.77 | 0.66 |
| Hex | 66 | 68 | EB | 39 | 38 | 0 | 8 | EF | 4D | 42 |
| Octal | 146 | 150 | 353 | 71 | 70 | 0 | 10 | 357 | 115 | 102 |
| Binary | 1100110 | 1101000 | 11101011 | 111001 | 111000 | 0 | 1000 | 11101111 | 1001101 | 1000010 |
Color Harmonies of #6668EB
Complementary color
Monochromatic Colors of #6668EB
Black with #6668EB
Text Example
Text Example
White with #6668EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668EB; }
p { color: rgb(102,104,235); }
H1.HeaderClassName
{
color: #6668EB;
}
.AnyTagClassName
{
color: #6668EB;
}
</style>
background-color css
<style>
a { background-color: #6668EB; }
a { background-color: rgb(102,104,235); }
div.DivClassName
{
background-color: #6668EB;
}
.BgClassName
{
background-color: #6668EB;
}
</style>
border-color css
<style>
span { border-color: #6668EB; }
span { border-color: rgb(102,104,235); }
td.TdClassName
{
border-color: #6668EB;
}
.TagClassName
{
border-color: #6668EB;
}
</style>