Shades of Medium Slate Blue #6963FC
Tints of Medium Slate Blue #6963FC
RGB
CMYK
RGB Variations
Color information
#6963FC (or 0x6963FC) is known color: Medium Slate Blue. HEX triplet: 69, 63 and FC. RGB value is (105,99,252). Sum of RGB (Red+Green+Blue) = 105+99+252=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 99 (39.06% from 255 or 21.71% 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 #6963FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963FC is #969C03. Grayscale: #757575. Windows color (decimal): -9870340 or 16540521. OLE color: 16540521.
HSL color Cylindrical-coordinate representation of color #6963FC: hue angle of 242.35º 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 #6963FC is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 99 | 252 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.01 |
| HSL | 242.35º | 0.96% | 0.69% | - |
| HSV(B) | 242.35º | 0.61% | 0.99% | - |
| XYZ | 27.86 | 18.96 | 94.29 | - |
| YUV | 118.24 | 203.49 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 252 | 0.58 | 0.61 | 0 | 0.01 | 242.35 | 0.96 | 0.69 |
| Hex | 69 | 63 | FC | 3A | 3D | 0 | 1 | F2 | 60 | 45 |
| Octal | 151 | 143 | 374 | 72 | 75 | 0 | 1 | 362 | 140 | 105 |
| Binary | 1101001 | 1100011 | 11111100 | 111010 | 111101 | 0 | 1 | 11110010 | 1100000 | 1000101 |
Color Harmonies of #6963FC
Complementary color
Monochromatic Colors of #6963FC
Black with #6963FC
Text Example
Text Example
White with #6963FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963FC; }
p { color: rgb(105,99,252); }
H1.HeaderClassName
{
color: #6963FC;
}
.AnyTagClassName
{
color: #6963FC;
}
</style>
background-color css
<style>
a { background-color: #6963FC; }
a { background-color: rgb(105,99,252); }
div.DivClassName
{
background-color: #6963FC;
}
.BgClassName
{
background-color: #6963FC;
}
</style>
border-color css
<style>
span { border-color: #6963FC; }
span { border-color: rgb(105,99,252); }
td.TdClassName
{
border-color: #6963FC;
}
.TagClassName
{
border-color: #6963FC;
}
</style>