Shades of Medium Slate Blue #6965F6
Tints of Medium Slate Blue #6965F6
RGB
CMYK
RGB Variations
Color information
#6965F6 (or 0x6965F6) is known color: Medium Slate Blue. HEX triplet: 69, 65 and F6. RGB value is (105,101,246). Sum of RGB (Red+Green+Blue) = 105+101+246=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #6965F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6965F6 is #969A09. Grayscale: #767676. Windows color (decimal): -9869834 or 16147817. OLE color: 16147817.
HSL color Cylindrical-coordinate representation of color #6965F6: hue angle of 241.66º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6965F6 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 101 | 246 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.04 |
| HSL | 241.66º | 0.89% | 0.68% | - |
| HSV(B) | 241.66º | 0.59% | 0.96% | - |
| XYZ | 27.11 | 18.96 | 89.42 | - |
| YUV | 118.73 | 199.83 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 246 | 0.57 | 0.59 | 0 | 0.04 | 241.66 | 0.89 | 0.68 |
| Hex | 69 | 65 | F6 | 39 | 3B | 0 | 4 | F2 | 59 | 44 |
| Octal | 151 | 145 | 366 | 71 | 73 | 0 | 4 | 362 | 131 | 104 |
| Binary | 1101001 | 1100101 | 11110110 | 111001 | 111011 | 0 | 100 | 11110010 | 1011001 | 1000100 |
Color Harmonies of #6965F6
Complementary color
Monochromatic Colors of #6965F6
Black with #6965F6
Text Example
Text Example
White with #6965F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965F6; }
p { color: rgb(105,101,246); }
H1.HeaderClassName
{
color: #6965F6;
}
.AnyTagClassName
{
color: #6965F6;
}
</style>
background-color css
<style>
a { background-color: #6965F6; }
a { background-color: rgb(105,101,246); }
div.DivClassName
{
background-color: #6965F6;
}
.BgClassName
{
background-color: #6965F6;
}
</style>
border-color css
<style>
span { border-color: #6965F6; }
span { border-color: rgb(105,101,246); }
td.TdClassName
{
border-color: #6965F6;
}
.TagClassName
{
border-color: #6965F6;
}
</style>