Shades of Medium Slate Blue #6964EE
Tints of Medium Slate Blue #6964EE
RGB
CMYK
RGB Variations
Color information
#6964EE (or 0x6964EE) is known color: Medium Slate Blue. HEX triplet: 69, 64 and EE. RGB value is (105,100,238). Sum of RGB (Red+Green+Blue) = 105+100+238=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #6964EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6964EE is #969B11. Grayscale: #747474. Windows color (decimal): -9870098 or 15623273. OLE color: 15623273.
HSL color Cylindrical-coordinate representation of color #6964EE: hue angle of 242.17º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6964EE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 100 | 238 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.07 |
| HSL | 242.17º | 0.8% | 0.66% | - |
| HSV(B) | 242.17º | 0.58% | 0.93% | - |
| XYZ | 25.82 | 18.29 | 83.06 | - |
| YUV | 117.23 | 196.16 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 238 | 0.56 | 0.58 | 0 | 0.07 | 242.17 | 0.8 | 0.66 |
| Hex | 69 | 64 | EE | 38 | 3A | 0 | 7 | F2 | 50 | 42 |
| Octal | 151 | 144 | 356 | 70 | 72 | 0 | 7 | 362 | 120 | 102 |
| Binary | 1101001 | 1100100 | 11101110 | 111000 | 111010 | 0 | 111 | 11110010 | 1010000 | 1000010 |
Color Harmonies of #6964EE
Complementary color
Monochromatic Colors of #6964EE
Black with #6964EE
Text Example
Text Example
White with #6964EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964EE; }
p { color: rgb(105,100,238); }
H1.HeaderClassName
{
color: #6964EE;
}
.AnyTagClassName
{
color: #6964EE;
}
</style>
background-color css
<style>
a { background-color: #6964EE; }
a { background-color: rgb(105,100,238); }
div.DivClassName
{
background-color: #6964EE;
}
.BgClassName
{
background-color: #6964EE;
}
</style>
border-color css
<style>
span { border-color: #6964EE; }
span { border-color: rgb(105,100,238); }
td.TdClassName
{
border-color: #6964EE;
}
.TagClassName
{
border-color: #6964EE;
}
</style>