Shades of Medium Slate Blue #665FEE
Tints of Medium Slate Blue #665FEE
RGB
CMYK
RGB Variations
Color information
#665FEE (or 0x665FEE) is known color: Medium Slate Blue. HEX triplet: 66, 5F and EE. RGB value is (102,95,238). Sum of RGB (Red+Green+Blue) = 102+95+238=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #665FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FEE is #99A011. Grayscale: #707070. Windows color (decimal): -10067986 or 15621990. OLE color: 15621990.
HSL color Cylindrical-coordinate representation of color #665FEE: hue angle of 242.94º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #665FEE is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 95 | 238 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.07 |
| HSL | 242.94º | 0.81% | 0.65% | - |
| HSV(B) | 242.94º | 0.6% | 0.93% | - |
| XYZ | 25 | 17.18 | 82.89 | - |
| YUV | 113.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 238 | 0.57 | 0.60 | 0 | 0.07 | 242.94 | 0.81 | 0.65 |
| Hex | 66 | 5F | EE | 39 | 3C | 0 | 7 | F3 | 51 | 41 |
| Octal | 146 | 137 | 356 | 71 | 74 | 0 | 7 | 363 | 121 | 101 |
| Binary | 1100110 | 1011111 | 11101110 | 111001 | 111100 | 0 | 111 | 11110011 | 1010001 | 1000001 |
Color Harmonies of #665FEE
Complementary color
Monochromatic Colors of #665FEE
Black with #665FEE
Text Example
Text Example
White with #665FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FEE; }
p { color: rgb(102,95,238); }
H1.HeaderClassName
{
color: #665FEE;
}
.AnyTagClassName
{
color: #665FEE;
}
</style>
background-color css
<style>
a { background-color: #665FEE; }
a { background-color: rgb(102,95,238); }
div.DivClassName
{
background-color: #665FEE;
}
.BgClassName
{
background-color: #665FEE;
}
</style>
border-color css
<style>
span { border-color: #665FEE; }
span { border-color: rgb(102,95,238); }
td.TdClassName
{
border-color: #665FEE;
}
.TagClassName
{
border-color: #665FEE;
}
</style>