Shades of Medium Slate Blue #6465EF
Tints of Medium Slate Blue #6465EF
RGB
CMYK
RGB Variations
Color information
#6465EF (or 0x6465EF) is known color: Medium Slate Blue. HEX triplet: 64, 65 and EF. RGB value is (100,101,239). Sum of RGB (Red+Green+Blue) = 100+101+239=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6465EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6465EF is #9B9A10. Grayscale: #737373. Windows color (decimal): -10197521 or 15689060. OLE color: 15689060.
HSL color Cylindrical-coordinate representation of color #6465EF: hue angle of 239.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6465EF is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 101 | 239 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.06 |
| HSL | 239.57º | 0.81% | 0.66% | - |
| HSV(B) | 239.57º | 0.58% | 0.94% | - |
| XYZ | 25.49 | 18.25 | 83.84 | - |
| YUV | 116.43 | 197.17 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 239 | 0.58 | 0.58 | 0 | 0.06 | 239.57 | 0.81 | 0.66 |
| Hex | 64 | 65 | EF | 3A | 3A | 0 | 6 | F0 | 51 | 42 |
| Octal | 144 | 145 | 357 | 72 | 72 | 0 | 6 | 360 | 121 | 102 |
| Binary | 1100100 | 1100101 | 11101111 | 111010 | 111010 | 0 | 110 | 11110000 | 1010001 | 1000010 |
Color Harmonies of #6465EF
Complementary color
Monochromatic Colors of #6465EF
Black with #6465EF
Text Example
Text Example
White with #6465EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6465EF; }
p { color: rgb(100,101,239); }
H1.HeaderClassName
{
color: #6465EF;
}
.AnyTagClassName
{
color: #6465EF;
}
</style>
background-color css
<style>
a { background-color: #6465EF; }
a { background-color: rgb(100,101,239); }
div.DivClassName
{
background-color: #6465EF;
}
.BgClassName
{
background-color: #6465EF;
}
</style>
border-color css
<style>
span { border-color: #6465EF; }
span { border-color: rgb(100,101,239); }
td.TdClassName
{
border-color: #6465EF;
}
.TagClassName
{
border-color: #6465EF;
}
</style>