Shades of Medium Slate Blue #6369FC
Tints of Medium Slate Blue #6369FC
RGB
CMYK
RGB Variations
Color information
#6369FC (or 0x6369FC) is known color: Medium Slate Blue. HEX triplet: 63, 69 and FC. RGB value is (99,105,252). Sum of RGB (Red+Green+Blue) = 99+105+252=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #6369FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6369FC is #9C9603. Grayscale: #777777. Windows color (decimal): -10262020 or 16542051. OLE color: 16542051.
HSL color Cylindrical-coordinate representation of color #6369FC: hue angle of 237.65º 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 #6369FC is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 105 | 252 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.01 |
| HSL | 237.65º | 0.96% | 0.69% | - |
| HSV(B) | 237.65º | 0.61% | 0.99% | - |
| XYZ | 27.77 | 19.78 | 94.45 | - |
| YUV | 119.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 252 | 0.61 | 0.58 | 0 | 0.01 | 237.65 | 0.96 | 0.69 |
| Hex | 63 | 69 | FC | 3D | 3A | 0 | 1 | EE | 60 | 45 |
| Octal | 143 | 151 | 374 | 75 | 72 | 0 | 1 | 356 | 140 | 105 |
| Binary | 1100011 | 1101001 | 11111100 | 111101 | 111010 | 0 | 1 | 11101110 | 1100000 | 1000101 |
Color Harmonies of #6369FC
Complementary color
Monochromatic Colors of #6369FC
Black with #6369FC
Text Example
Text Example
White with #6369FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6369FC; }
p { color: rgb(99,105,252); }
H1.HeaderClassName
{
color: #6369FC;
}
.AnyTagClassName
{
color: #6369FC;
}
</style>
background-color css
<style>
a { background-color: #6369FC; }
a { background-color: rgb(99,105,252); }
div.DivClassName
{
background-color: #6369FC;
}
.BgClassName
{
background-color: #6369FC;
}
</style>
border-color css
<style>
span { border-color: #6369FC; }
span { border-color: rgb(99,105,252); }
td.TdClassName
{
border-color: #6369FC;
}
.TagClassName
{
border-color: #6369FC;
}
</style>