Shades of Medium Slate Blue #665AEE
Tints of Medium Slate Blue #665AEE
RGB
CMYK
RGB Variations
Color information
#665AEE (or 0x665AEE) is known color: Medium Slate Blue. HEX triplet: 66, 5A and EE. RGB value is (102,90,238). Sum of RGB (Red+Green+Blue) = 102+90+238=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #665AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AEE is #99A511. Grayscale: #6D6D6D. Windows color (decimal): -10069266 or 15620710. OLE color: 15620710.
HSL color Cylindrical-coordinate representation of color #665AEE: hue angle of 244.86º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665AEE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 90 | 238 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.07 |
| HSL | 244.86º | 0.81% | 0.64% | - |
| HSV(B) | 244.86º | 0.62% | 0.93% | - |
| XYZ | 24.57 | 16.31 | 82.74 | - |
| YUV | 110.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 238 | 0.57 | 0.62 | 0 | 0.07 | 244.86 | 0.81 | 0.64 |
| Hex | 66 | 5A | EE | 39 | 3E | 0 | 7 | F5 | 51 | 40 |
| Octal | 146 | 132 | 356 | 71 | 76 | 0 | 7 | 365 | 121 | 100 |
| Binary | 1100110 | 1011010 | 11101110 | 111001 | 111110 | 0 | 111 | 11110101 | 1010001 | 1000000 |
Color Harmonies of #665AEE
Complementary color
Monochromatic Colors of #665AEE
Black with #665AEE
Text Example
Text Example
White with #665AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AEE; }
p { color: rgb(102,90,238); }
H1.HeaderClassName
{
color: #665AEE;
}
.AnyTagClassName
{
color: #665AEE;
}
</style>
background-color css
<style>
a { background-color: #665AEE; }
a { background-color: rgb(102,90,238); }
div.DivClassName
{
background-color: #665AEE;
}
.BgClassName
{
background-color: #665AEE;
}
</style>
border-color css
<style>
span { border-color: #665AEE; }
span { border-color: rgb(102,90,238); }
td.TdClassName
{
border-color: #665AEE;
}
.TagClassName
{
border-color: #665AEE;
}
</style>