Shades of Medium Slate Blue #6565FA
Tints of Medium Slate Blue #6565FA
RGB
CMYK
RGB Variations
Color information
#6565FA (or 0x6565FA) is known color: Medium Slate Blue. HEX triplet: 65, 65 and FA. RGB value is (101,101,250). Sum of RGB (Red+Green+Blue) = 101+101+250=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #6565FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6565FA is #9A9A05. Grayscale: #757575. Windows color (decimal): -10131974 or 16409957. OLE color: 16409957.
HSL color Cylindrical-coordinate representation of color #6565FA: hue angle of 240º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6565FA is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 101 | 250 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.02 |
| HSL | 240º | 0.94% | 0.69% | - |
| HSV(B) | 240º | 0.6% | 0.98% | - |
| XYZ | 27.28 | 18.98 | 92.67 | - |
| YUV | 117.99 | 202.5 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 250 | 0.60 | 0.60 | 0 | 0.02 | 240 | 0.94 | 0.69 |
| Hex | 65 | 65 | FA | 3C | 3C | 0 | 2 | F0 | 5E | 45 |
| Octal | 145 | 145 | 372 | 74 | 74 | 0 | 2 | 360 | 136 | 105 |
| Binary | 1100101 | 1100101 | 11111010 | 111100 | 111100 | 0 | 10 | 11110000 | 1011110 | 1000101 |
Color Harmonies of #6565FA
Complementary color
Monochromatic Colors of #6565FA
Black with #6565FA
Text Example
Text Example
White with #6565FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565FA; }
p { color: rgb(101,101,250); }
H1.HeaderClassName
{
color: #6565FA;
}
.AnyTagClassName
{
color: #6565FA;
}
</style>
background-color css
<style>
a { background-color: #6565FA; }
a { background-color: rgb(101,101,250); }
div.DivClassName
{
background-color: #6565FA;
}
.BgClassName
{
background-color: #6565FA;
}
</style>
border-color css
<style>
span { border-color: #6565FA; }
span { border-color: rgb(101,101,250); }
td.TdClassName
{
border-color: #6565FA;
}
.TagClassName
{
border-color: #6565FA;
}
</style>