Shades of Medium Slate Blue #6365FD
Tints of Medium Slate Blue #6365FD
RGB
CMYK
RGB Variations
Color information
#6365FD (or 0x6365FD) is known color: Medium Slate Blue. HEX triplet: 63, 65 and FD. RGB value is (99,101,253). Sum of RGB (Red+Green+Blue) = 99+101+253=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #6365FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6365FD is #9C9A02. Grayscale: #757575. Windows color (decimal): -10263043 or 16606563. OLE color: 16606563.
HSL color Cylindrical-coordinate representation of color #6365FD: hue angle of 239.22º degrees, saturation: 0.97, 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 #6365FD is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 101 | 253 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.01 |
| HSL | 239.22º | 0.97% | 0.69% | - |
| HSV(B) | 239.22º | 0.61% | 0.99% | - |
| XYZ | 27.53 | 19.05 | 95.15 | - |
| YUV | 117.73 | 204.34 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 253 | 0.61 | 0.60 | 0 | 0.01 | 239.22 | 0.97 | 0.69 |
| Hex | 63 | 65 | FD | 3D | 3C | 0 | 1 | EF | 61 | 45 |
| Octal | 143 | 145 | 375 | 75 | 74 | 0 | 1 | 357 | 141 | 105 |
| Binary | 1100011 | 1100101 | 11111101 | 111101 | 111100 | 0 | 1 | 11101111 | 1100001 | 1000101 |
Color Harmonies of #6365FD
Complementary color
Monochromatic Colors of #6365FD
Black with #6365FD
Text Example
Text Example
White with #6365FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6365FD; }
p { color: rgb(99,101,253); }
H1.HeaderClassName
{
color: #6365FD;
}
.AnyTagClassName
{
color: #6365FD;
}
</style>
background-color css
<style>
a { background-color: #6365FD; }
a { background-color: rgb(99,101,253); }
div.DivClassName
{
background-color: #6365FD;
}
.BgClassName
{
background-color: #6365FD;
}
</style>
border-color css
<style>
span { border-color: #6365FD; }
span { border-color: rgb(99,101,253); }
td.TdClassName
{
border-color: #6365FD;
}
.TagClassName
{
border-color: #6365FD;
}
</style>