Shades of Medium Slate Blue #6963FF
Tints of Medium Slate Blue #6963FF
RGB
CMYK
RGB Variations
Color information
#6963FF (or 0x6963FF) is known color: Medium Slate Blue. HEX triplet: 69, 63 and FF. RGB value is (105,99,255). Sum of RGB (Red+Green+Blue) = 105+99+255=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #6963FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963FF is #969C00. Grayscale: #757575. Windows color (decimal): -9870337 or 16737129. OLE color: 16737129.
HSL color Cylindrical-coordinate representation of color #6963FF: hue angle of 242.31º 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 #6963FF is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 99 | 255 | - |
| CMYK | 0.59 | 0.61 | 0 | 0 |
| HSL | 242.31º | 1% | 0.69% | - |
| HSV(B) | 242.31º | 0.61% | 1% | - |
| XYZ | 28.34 | 19.15 | 96.81 | - |
| YUV | 118.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 255 | 0.59 | 0.61 | 0 | 0 | 242.31 | 1 | 0.69 |
| Hex | 69 | 63 | FF | 3B | 3D | 0 | 0 | F2 | 64 | 45 |
| Octal | 151 | 143 | 377 | 73 | 75 | 0 | 0 | 362 | 144 | 105 |
| Binary | 1101001 | 1100011 | 11111111 | 111011 | 111101 | 0 | 0 | 11110010 | 1100100 | 1000101 |
Color Harmonies of #6963FF
Complementary color
Monochromatic Colors of #6963FF
Black with #6963FF
Text Example
Text Example
White with #6963FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963FF; }
p { color: rgb(105,99,255); }
H1.HeaderClassName
{
color: #6963FF;
}
.AnyTagClassName
{
color: #6963FF;
}
</style>
background-color css
<style>
a { background-color: #6963FF; }
a { background-color: rgb(105,99,255); }
div.DivClassName
{
background-color: #6963FF;
}
.BgClassName
{
background-color: #6963FF;
}
</style>
border-color css
<style>
span { border-color: #6963FF; }
span { border-color: rgb(105,99,255); }
td.TdClassName
{
border-color: #6963FF;
}
.TagClassName
{
border-color: #6963FF;
}
</style>