Shades of Medium Slate Blue #6365FF
Tints of Medium Slate Blue #6365FF
RGB
CMYK
RGB Variations
Color information
#6365FF (or 0x6365FF) is known color: Medium Slate Blue. HEX triplet: 63, 65 and FF. RGB value is (99,101,255). Sum of RGB (Red+Green+Blue) = 99+101+255=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6365FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6365FF is #9C9A00. Grayscale: #757575. Windows color (decimal): -10263041 or 16737635. OLE color: 16737635.
HSL color Cylindrical-coordinate representation of color #6365FF: hue angle of 239.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6365FF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 101 | 255 | - |
| CMYK | 0.61 | 0.60 | 0 | 0 |
| HSL | 239.23º | 1% | 0.69% | - |
| HSV(B) | 239.23º | 0.61% | 1% | - |
| XYZ | 27.85 | 19.18 | 96.84 | - |
| YUV | 117.96 | 205.34 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 255 | 0.61 | 0.60 | 0 | 0 | 239.23 | 1 | 0.69 |
| Hex | 63 | 65 | FF | 3D | 3C | 0 | 0 | EF | 64 | 45 |
| Octal | 143 | 145 | 377 | 75 | 74 | 0 | 0 | 357 | 144 | 105 |
| Binary | 1100011 | 1100101 | 11111111 | 111101 | 111100 | 0 | 0 | 11101111 | 1100100 | 1000101 |
Color Harmonies of #6365FF
Complementary color
Monochromatic Colors of #6365FF
Black with #6365FF
Text Example
Text Example
White with #6365FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6365FF; }
p { color: rgb(99,101,255); }
H1.HeaderClassName
{
color: #6365FF;
}
.AnyTagClassName
{
color: #6365FF;
}
</style>
background-color css
<style>
a { background-color: #6365FF; }
a { background-color: rgb(99,101,255); }
div.DivClassName
{
background-color: #6365FF;
}
.BgClassName
{
background-color: #6365FF;
}
</style>
border-color css
<style>
span { border-color: #6365FF; }
span { border-color: rgb(99,101,255); }
td.TdClassName
{
border-color: #6365FF;
}
.TagClassName
{
border-color: #6365FF;
}
</style>