Shades of Medium Slate Blue #6365FC
Tints of Medium Slate Blue #6365FC
RGB
CMYK
RGB Variations
Color information
#6365FC (or 0x6365FC) is known color: Medium Slate Blue. HEX triplet: 63, 65 and FC. RGB value is (99,101,252). Sum of RGB (Red+Green+Blue) = 99+101+252=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #6365FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6365FC is #9C9A03. Grayscale: #757575. Windows color (decimal): -10263044 or 16541027. OLE color: 16541027.
HSL color Cylindrical-coordinate representation of color #6365FC: hue angle of 239.22º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6365FC is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 101 | 252 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.01 |
| HSL | 239.22º | 0.96% | 0.69% | - |
| HSV(B) | 239.22º | 0.61% | 0.99% | - |
| XYZ | 27.37 | 18.99 | 94.32 | - |
| YUV | 117.62 | 203.84 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 252 | 0.61 | 0.60 | 0 | 0.01 | 239.22 | 0.96 | 0.69 |
| Hex | 63 | 65 | FC | 3D | 3C | 0 | 1 | EF | 60 | 45 |
| Octal | 143 | 145 | 374 | 75 | 74 | 0 | 1 | 357 | 140 | 105 |
| Binary | 1100011 | 1100101 | 11111100 | 111101 | 111100 | 0 | 1 | 11101111 | 1100000 | 1000101 |
Color Harmonies of #6365FC
Complementary color
Monochromatic Colors of #6365FC
Black with #6365FC
Text Example
Text Example
White with #6365FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6365FC; }
p { color: rgb(99,101,252); }
H1.HeaderClassName
{
color: #6365FC;
}
.AnyTagClassName
{
color: #6365FC;
}
</style>
background-color css
<style>
a { background-color: #6365FC; }
a { background-color: rgb(99,101,252); }
div.DivClassName
{
background-color: #6365FC;
}
.BgClassName
{
background-color: #6365FC;
}
</style>
border-color css
<style>
span { border-color: #6365FC; }
span { border-color: rgb(99,101,252); }
td.TdClassName
{
border-color: #6365FC;
}
.TagClassName
{
border-color: #6365FC;
}
</style>