Shades of Medium Slate Blue #6963FA
Tints of Medium Slate Blue #6963FA
RGB
CMYK
RGB Variations
Color information
#6963FA (or 0x6963FA) is known color: Medium Slate Blue. HEX triplet: 69, 63 and FA. RGB value is (105,99,250). Sum of RGB (Red+Green+Blue) = 105+99+250=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #6963FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963FA is #969C05. Grayscale: #757575. Windows color (decimal): -9870342 or 16409449. OLE color: 16409449.
HSL color Cylindrical-coordinate representation of color #6963FA: hue angle of 242.38º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6963FA is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 99 | 250 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.02 |
| HSL | 242.38º | 0.94% | 0.68% | - |
| HSV(B) | 242.38º | 0.6% | 0.98% | - |
| XYZ | 27.54 | 18.83 | 92.63 | - |
| YUV | 118.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 250 | 0.58 | 0.60 | 0 | 0.02 | 242.38 | 0.94 | 0.68 |
| Hex | 69 | 63 | FA | 3A | 3C | 0 | 2 | F2 | 5E | 44 |
| Octal | 151 | 143 | 372 | 72 | 74 | 0 | 2 | 362 | 136 | 104 |
| Binary | 1101001 | 1100011 | 11111010 | 111010 | 111100 | 0 | 10 | 11110010 | 1011110 | 1000100 |
Color Harmonies of #6963FA
Complementary color
Monochromatic Colors of #6963FA
Black with #6963FA
Text Example
Text Example
White with #6963FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963FA; }
p { color: rgb(105,99,250); }
H1.HeaderClassName
{
color: #6963FA;
}
.AnyTagClassName
{
color: #6963FA;
}
</style>
background-color css
<style>
a { background-color: #6963FA; }
a { background-color: rgb(105,99,250); }
div.DivClassName
{
background-color: #6963FA;
}
.BgClassName
{
background-color: #6963FA;
}
</style>
border-color css
<style>
span { border-color: #6963FA; }
span { border-color: rgb(105,99,250); }
td.TdClassName
{
border-color: #6963FA;
}
.TagClassName
{
border-color: #6963FA;
}
</style>