Shades of Medium Slate Blue #665CEF
Tints of Medium Slate Blue #665CEF
RGB
CMYK
RGB Variations
Color information
#665CEF (or 0x665CEF) is known color: Medium Slate Blue. HEX triplet: 66, 5C and EF. RGB value is (102,92,239). Sum of RGB (Red+Green+Blue) = 102+92+239=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #665CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CEF is #99A310. Grayscale: #6F6F6F. Windows color (decimal): -10068753 or 15686758. OLE color: 15686758.
HSL color Cylindrical-coordinate representation of color #665CEF: hue angle of 244.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665CEF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 92 | 239 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.06 |
| HSL | 244.08º | 0.82% | 0.65% | - |
| HSV(B) | 244.08º | 0.62% | 0.94% | - |
| XYZ | 24.89 | 16.71 | 83.58 | - |
| YUV | 111.75 | 199.81 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 239 | 0.57 | 0.62 | 0 | 0.06 | 244.08 | 0.82 | 0.65 |
| Hex | 66 | 5C | EF | 39 | 3E | 0 | 6 | F4 | 52 | 41 |
| Octal | 146 | 134 | 357 | 71 | 76 | 0 | 6 | 364 | 122 | 101 |
| Binary | 1100110 | 1011100 | 11101111 | 111001 | 111110 | 0 | 110 | 11110100 | 1010010 | 1000001 |
Color Harmonies of #665CEF
Complementary color
Monochromatic Colors of #665CEF
Black with #665CEF
Text Example
Text Example
White with #665CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CEF; }
p { color: rgb(102,92,239); }
H1.HeaderClassName
{
color: #665CEF;
}
.AnyTagClassName
{
color: #665CEF;
}
</style>
background-color css
<style>
a { background-color: #665CEF; }
a { background-color: rgb(102,92,239); }
div.DivClassName
{
background-color: #665CEF;
}
.BgClassName
{
background-color: #665CEF;
}
</style>
border-color css
<style>
span { border-color: #665CEF; }
span { border-color: rgb(102,92,239); }
td.TdClassName
{
border-color: #665CEF;
}
.TagClassName
{
border-color: #665CEF;
}
</style>