Shades of Medium Slate Blue #6566EE
Tints of Medium Slate Blue #6566EE
RGB
CMYK
RGB Variations
Color information
#6566EE (or 0x6566EE) is known color: Medium Slate Blue. HEX triplet: 65, 66 and EE. RGB value is (101,102,238). Sum of RGB (Red+Green+Blue) = 101+102+238=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 102 (40.23% from 255 or 23.13% 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 #6566EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6566EE is #9A9911. Grayscale: #747474. Windows color (decimal): -10131730 or 15623781. OLE color: 15623781.
HSL color Cylindrical-coordinate representation of color #6566EE: hue angle of 239.56º 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 #6566EE is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 102 | 238 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.07 |
| HSL | 239.56º | 0.8% | 0.66% | - |
| HSV(B) | 239.56º | 0.58% | 0.93% | - |
| XYZ | 25.55 | 18.44 | 83.1 | - |
| YUV | 117.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 238 | 0.58 | 0.57 | 0 | 0.07 | 239.56 | 0.8 | 0.66 |
| Hex | 65 | 66 | EE | 3A | 39 | 0 | 7 | F0 | 50 | 42 |
| Octal | 145 | 146 | 356 | 72 | 71 | 0 | 7 | 360 | 120 | 102 |
| Binary | 1100101 | 1100110 | 11101110 | 111010 | 111001 | 0 | 111 | 11110000 | 1010000 | 1000010 |
Color Harmonies of #6566EE
Complementary color
Monochromatic Colors of #6566EE
Black with #6566EE
Text Example
Text Example
White with #6566EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6566EE; }
p { color: rgb(101,102,238); }
H1.HeaderClassName
{
color: #6566EE;
}
.AnyTagClassName
{
color: #6566EE;
}
</style>
background-color css
<style>
a { background-color: #6566EE; }
a { background-color: rgb(101,102,238); }
div.DivClassName
{
background-color: #6566EE;
}
.BgClassName
{
background-color: #6566EE;
}
</style>
border-color css
<style>
span { border-color: #6566EE; }
span { border-color: rgb(101,102,238); }
td.TdClassName
{
border-color: #6566EE;
}
.TagClassName
{
border-color: #6566EE;
}
</style>