Shades of Medium Slate Blue #6965F0
Tints of Medium Slate Blue #6965F0
RGB
CMYK
RGB Variations
Color information
#6965F0 (or 0x6965F0) is known color: Medium Slate Blue. HEX triplet: 69, 65 and F0. RGB value is (105,101,240). Sum of RGB (Red+Green+Blue) = 105+101+240=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #6965F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6965F0 is #969A0F. Grayscale: #757575. Windows color (decimal): -9869840 or 15754601. OLE color: 15754601.
HSL color Cylindrical-coordinate representation of color #6965F0: hue angle of 241.73º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6965F0 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 101 | 240 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.06 |
| HSL | 241.73º | 0.82% | 0.67% | - |
| HSV(B) | 241.73º | 0.58% | 0.94% | - |
| XYZ | 26.21 | 18.6 | 84.65 | - |
| YUV | 118.04 | 196.83 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 240 | 0.56 | 0.58 | 0 | 0.06 | 241.73 | 0.82 | 0.67 |
| Hex | 69 | 65 | F0 | 38 | 3A | 0 | 6 | F2 | 52 | 43 |
| Octal | 151 | 145 | 360 | 70 | 72 | 0 | 6 | 362 | 122 | 103 |
| Binary | 1101001 | 1100101 | 11110000 | 111000 | 111010 | 0 | 110 | 11110010 | 1010010 | 1000011 |
Color Harmonies of #6965F0
Complementary color
Monochromatic Colors of #6965F0
Black with #6965F0
Text Example
Text Example
White with #6965F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965F0; }
p { color: rgb(105,101,240); }
H1.HeaderClassName
{
color: #6965F0;
}
.AnyTagClassName
{
color: #6965F0;
}
</style>
background-color css
<style>
a { background-color: #6965F0; }
a { background-color: rgb(105,101,240); }
div.DivClassName
{
background-color: #6965F0;
}
.BgClassName
{
background-color: #6965F0;
}
</style>
border-color css
<style>
span { border-color: #6965F0; }
span { border-color: rgb(105,101,240); }
td.TdClassName
{
border-color: #6965F0;
}
.TagClassName
{
border-color: #6965F0;
}
</style>