Shades of Medium Slate Blue #6465FB
Tints of Medium Slate Blue #6465FB
RGB
CMYK
RGB Variations
Color information
#6465FB (or 0x6465FB) is known color: Medium Slate Blue. HEX triplet: 64, 65 and FB. RGB value is (100,101,251). Sum of RGB (Red+Green+Blue) = 100+101+251=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #6465FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6465FB is #9B9A04. Grayscale: #757575. Windows color (decimal): -10197509 or 16475492. OLE color: 16475492.
HSL color Cylindrical-coordinate representation of color #6465FB: hue angle of 239.6º degrees, saturation: 0.95, 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 #6465FB is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 101 | 251 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.02 |
| HSL | 239.6º | 0.95% | 0.69% | - |
| HSV(B) | 239.6º | 0.6% | 0.98% | - |
| XYZ | 27.32 | 18.98 | 93.49 | - |
| YUV | 117.8 | 203.17 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 251 | 0.60 | 0.60 | 0 | 0.02 | 239.6 | 0.95 | 0.69 |
| Hex | 64 | 65 | FB | 3C | 3C | 0 | 2 | F0 | 5F | 45 |
| Octal | 144 | 145 | 373 | 74 | 74 | 0 | 2 | 360 | 137 | 105 |
| Binary | 1100100 | 1100101 | 11111011 | 111100 | 111100 | 0 | 10 | 11110000 | 1011111 | 1000101 |
Color Harmonies of #6465FB
Complementary color
Monochromatic Colors of #6465FB
Black with #6465FB
Text Example
Text Example
White with #6465FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6465FB; }
p { color: rgb(100,101,251); }
H1.HeaderClassName
{
color: #6465FB;
}
.AnyTagClassName
{
color: #6465FB;
}
</style>
background-color css
<style>
a { background-color: #6465FB; }
a { background-color: rgb(100,101,251); }
div.DivClassName
{
background-color: #6465FB;
}
.BgClassName
{
background-color: #6465FB;
}
</style>
border-color css
<style>
span { border-color: #6465FB; }
span { border-color: rgb(100,101,251); }
td.TdClassName
{
border-color: #6465FB;
}
.TagClassName
{
border-color: #6465FB;
}
</style>