Shades of Medium Slate Blue #6565FE
Tints of Medium Slate Blue #6565FE
RGB
CMYK
RGB Variations
Color information
#6565FE (or 0x6565FE) is known color: Medium Slate Blue. HEX triplet: 65, 65 and FE. RGB value is (101,101,254). Sum of RGB (Red+Green+Blue) = 101+101+254=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #6565FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6565FE is #9A9A01. Grayscale: #757575. Windows color (decimal): -10131970 or 16672101. OLE color: 16672101.
HSL color Cylindrical-coordinate representation of color #6565FE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6565FE is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 101 | 254 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.7% | - |
| HSV(B) | 240º | 0.6% | 1% | - |
| XYZ | 27.91 | 19.23 | 96.01 | - |
| YUV | 118.44 | 204.5 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 254 | 0.60 | 0.60 | 0 | 0.00 | 240 | 0.99 | 0.7 |
| Hex | 65 | 65 | FE | 3C | 3C | 0 | 0 | F0 | 63 | 46 |
| Octal | 145 | 145 | 376 | 74 | 74 | 0 | 0 | 360 | 143 | 106 |
| Binary | 1100101 | 1100101 | 11111110 | 111100 | 111100 | 0 | 0 | 11110000 | 1100011 | 1000110 |
Color Harmonies of #6565FE
Complementary color
Monochromatic Colors of #6565FE
Black with #6565FE
Text Example
Text Example
White with #6565FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565FE; }
p { color: rgb(101,101,254); }
H1.HeaderClassName
{
color: #6565FE;
}
.AnyTagClassName
{
color: #6565FE;
}
</style>
background-color css
<style>
a { background-color: #6565FE; }
a { background-color: rgb(101,101,254); }
div.DivClassName
{
background-color: #6565FE;
}
.BgClassName
{
background-color: #6565FE;
}
</style>
border-color css
<style>
span { border-color: #6565FE; }
span { border-color: rgb(101,101,254); }
td.TdClassName
{
border-color: #6565FE;
}
.TagClassName
{
border-color: #6565FE;
}
</style>