Shades of Medium Slate Blue #6565FD
Tints of Medium Slate Blue #6565FD
RGB
CMYK
RGB Variations
Color information
#6565FD (or 0x6565FD) is known color: Medium Slate Blue. HEX triplet: 65, 65 and FD. RGB value is (101,101,253). Sum of RGB (Red+Green+Blue) = 101+101+253=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #6565FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6565FD is #9A9A02. Grayscale: #757575. Windows color (decimal): -10131971 or 16606565. OLE color: 16606565.
HSL color Cylindrical-coordinate representation of color #6565FD: hue angle of 240º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6565FD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 101 | 253 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.69% | - |
| HSV(B) | 240º | 0.6% | 0.99% | - |
| XYZ | 27.75 | 19.17 | 95.17 | - |
| YUV | 118.33 | 204 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 253 | 0.60 | 0.60 | 0 | 0.01 | 240 | 0.97 | 0.69 |
| Hex | 65 | 65 | FD | 3C | 3C | 0 | 1 | F0 | 61 | 45 |
| Octal | 145 | 145 | 375 | 74 | 74 | 0 | 1 | 360 | 141 | 105 |
| Binary | 1100101 | 1100101 | 11111101 | 111100 | 111100 | 0 | 1 | 11110000 | 1100001 | 1000101 |
Color Harmonies of #6565FD
Complementary color
Monochromatic Colors of #6565FD
Black with #6565FD
Text Example
Text Example
White with #6565FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565FD; }
p { color: rgb(101,101,253); }
H1.HeaderClassName
{
color: #6565FD;
}
.AnyTagClassName
{
color: #6565FD;
}
</style>
background-color css
<style>
a { background-color: #6565FD; }
a { background-color: rgb(101,101,253); }
div.DivClassName
{
background-color: #6565FD;
}
.BgClassName
{
background-color: #6565FD;
}
</style>
border-color css
<style>
span { border-color: #6565FD; }
span { border-color: rgb(101,101,253); }
td.TdClassName
{
border-color: #6565FD;
}
.TagClassName
{
border-color: #6565FD;
}
</style>