Shades of Medium Slate Blue #6465FE
Tints of Medium Slate Blue #6465FE
RGB
CMYK
RGB Variations
Color information
#6465FE (or 0x6465FE) is known color: Medium Slate Blue. HEX triplet: 64, 65 and FE. RGB value is (100,101,254). Sum of RGB (Red+Green+Blue) = 100+101+254=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #6465FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6465FE is #9B9A01. Grayscale: #757575. Windows color (decimal): -10197506 or 16672100. OLE color: 16672100.
HSL color Cylindrical-coordinate representation of color #6465FE: hue angle of 239.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6465FE is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 101 | 254 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.00 |
| HSL | 239.61º | 0.99% | 0.69% | - |
| HSV(B) | 239.61º | 0.61% | 1% | - |
| XYZ | 27.8 | 19.17 | 96 | - |
| YUV | 118.14 | 204.67 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 254 | 0.61 | 0.60 | 0 | 0.00 | 239.61 | 0.99 | 0.69 |
| Hex | 64 | 65 | FE | 3D | 3C | 0 | 0 | F0 | 63 | 45 |
| Octal | 144 | 145 | 376 | 75 | 74 | 0 | 0 | 360 | 143 | 105 |
| Binary | 1100100 | 1100101 | 11111110 | 111101 | 111100 | 0 | 0 | 11110000 | 1100011 | 1000101 |
Color Harmonies of #6465FE
Complementary color
Monochromatic Colors of #6465FE
Black with #6465FE
Text Example
Text Example
White with #6465FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6465FE; }
p { color: rgb(100,101,254); }
H1.HeaderClassName
{
color: #6465FE;
}
.AnyTagClassName
{
color: #6465FE;
}
</style>
background-color css
<style>
a { background-color: #6465FE; }
a { background-color: rgb(100,101,254); }
div.DivClassName
{
background-color: #6465FE;
}
.BgClassName
{
background-color: #6465FE;
}
</style>
border-color css
<style>
span { border-color: #6465FE; }
span { border-color: rgb(100,101,254); }
td.TdClassName
{
border-color: #6465FE;
}
.TagClassName
{
border-color: #6465FE;
}
</style>