Shades of Medium Slate Blue #6565EF
Tints of Medium Slate Blue #6565EF
RGB
CMYK
RGB Variations
Color information
#6565EF (or 0x6565EF) is known color: Medium Slate Blue. HEX triplet: 65, 65 and EF. RGB value is (101,101,239). Sum of RGB (Red+Green+Blue) = 101+101+239=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #6565EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6565EF is #9A9A10. Grayscale: #747474. Windows color (decimal): -10131985 or 15689061. OLE color: 15689061.
HSL color Cylindrical-coordinate representation of color #6565EF: hue angle of 240º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6565EF is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 101 | 239 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.06 |
| HSL | 240º | 0.81% | 0.67% | - |
| HSV(B) | 240º | 0.58% | 0.94% | - |
| XYZ | 25.6 | 18.31 | 83.85 | - |
| YUV | 116.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 239 | 0.58 | 0.58 | 0 | 0.06 | 240 | 0.81 | 0.67 |
| Hex | 65 | 65 | EF | 3A | 3A | 0 | 6 | F0 | 51 | 43 |
| Octal | 145 | 145 | 357 | 72 | 72 | 0 | 6 | 360 | 121 | 103 |
| Binary | 1100101 | 1100101 | 11101111 | 111010 | 111010 | 0 | 110 | 11110000 | 1010001 | 1000011 |
Color Harmonies of #6565EF
Complementary color
Monochromatic Colors of #6565EF
Black with #6565EF
Text Example
Text Example
White with #6565EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565EF; }
p { color: rgb(101,101,239); }
H1.HeaderClassName
{
color: #6565EF;
}
.AnyTagClassName
{
color: #6565EF;
}
</style>
background-color css
<style>
a { background-color: #6565EF; }
a { background-color: rgb(101,101,239); }
div.DivClassName
{
background-color: #6565EF;
}
.BgClassName
{
background-color: #6565EF;
}
</style>
border-color css
<style>
span { border-color: #6565EF; }
span { border-color: rgb(101,101,239); }
td.TdClassName
{
border-color: #6565EF;
}
.TagClassName
{
border-color: #6565EF;
}
</style>