Shades of Medium Slate Blue #6565EE
Tints of Medium Slate Blue #6565EE
RGB
CMYK
RGB Variations
Color information
#6565EE (or 0x6565EE) is known color: Medium Slate Blue. HEX triplet: 65, 65 and EE. RGB value is (101,101,238). Sum of RGB (Red+Green+Blue) = 101+101+238=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #6565EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6565EE is #9A9A11. Grayscale: #747474. Windows color (decimal): -10131986 or 15623525. OLE color: 15623525.
HSL color Cylindrical-coordinate representation of color #6565EE: hue angle of 240º 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 #6565EE is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 101 | 238 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.07 |
| HSL | 240º | 0.8% | 0.66% | - |
| HSV(B) | 240º | 0.58% | 0.93% | - |
| XYZ | 25.45 | 18.25 | 83.07 | - |
| YUV | 116.62 | 196.5 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 238 | 0.58 | 0.58 | 0 | 0.07 | 240 | 0.8 | 0.66 |
| Hex | 65 | 65 | EE | 3A | 3A | 0 | 7 | F0 | 50 | 42 |
| Octal | 145 | 145 | 356 | 72 | 72 | 0 | 7 | 360 | 120 | 102 |
| Binary | 1100101 | 1100101 | 11101110 | 111010 | 111010 | 0 | 111 | 11110000 | 1010000 | 1000010 |
Color Harmonies of #6565EE
Complementary color
Monochromatic Colors of #6565EE
Black with #6565EE
Text Example
Text Example
White with #6565EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565EE; }
p { color: rgb(101,101,238); }
H1.HeaderClassName
{
color: #6565EE;
}
.AnyTagClassName
{
color: #6565EE;
}
</style>
background-color css
<style>
a { background-color: #6565EE; }
a { background-color: rgb(101,101,238); }
div.DivClassName
{
background-color: #6565EE;
}
.BgClassName
{
background-color: #6565EE;
}
</style>
border-color css
<style>
span { border-color: #6565EE; }
span { border-color: rgb(101,101,238); }
td.TdClassName
{
border-color: #6565EE;
}
.TagClassName
{
border-color: #6565EE;
}
</style>