Shades of Medium Slate Blue #6665EE
Tints of Medium Slate Blue #6665EE
RGB
CMYK
RGB Variations
Color information
#6665EE (or 0x6665EE) is known color: Medium Slate Blue. HEX triplet: 66, 65 and EE. RGB value is (102,101,238). Sum of RGB (Red+Green+Blue) = 102+101+238=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #6665EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6665EE is #999A11. Grayscale: #747474. Windows color (decimal): -10066450 or 15623526. OLE color: 15623526.
HSL color Cylindrical-coordinate representation of color #6665EE: hue angle of 240.44º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6665EE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 101 | 238 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.07 |
| HSL | 240.44º | 0.8% | 0.66% | - |
| HSV(B) | 240.44º | 0.58% | 0.93% | - |
| XYZ | 25.57 | 18.31 | 83.07 | - |
| YUV | 116.92 | 196.33 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 238 | 0.57 | 0.58 | 0 | 0.07 | 240.44 | 0.8 | 0.66 |
| Hex | 66 | 65 | EE | 39 | 3A | 0 | 7 | F0 | 50 | 42 |
| Octal | 146 | 145 | 356 | 71 | 72 | 0 | 7 | 360 | 120 | 102 |
| Binary | 1100110 | 1100101 | 11101110 | 111001 | 111010 | 0 | 111 | 11110000 | 1010000 | 1000010 |
Color Harmonies of #6665EE
Complementary color
Monochromatic Colors of #6665EE
Black with #6665EE
Text Example
Text Example
White with #6665EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6665EE; }
p { color: rgb(102,101,238); }
H1.HeaderClassName
{
color: #6665EE;
}
.AnyTagClassName
{
color: #6665EE;
}
</style>
background-color css
<style>
a { background-color: #6665EE; }
a { background-color: rgb(102,101,238); }
div.DivClassName
{
background-color: #6665EE;
}
.BgClassName
{
background-color: #6665EE;
}
</style>
border-color css
<style>
span { border-color: #6665EE; }
span { border-color: rgb(102,101,238); }
td.TdClassName
{
border-color: #6665EE;
}
.TagClassName
{
border-color: #6665EE;
}
</style>