Shades of Medium Slate Blue #694EEE
Tints of Medium Slate Blue #694EEE
RGB
CMYK
RGB Variations
Color information
#694EEE (or 0x694EEE) is known color: Medium Slate Blue. HEX triplet: 69, 4E and EE. RGB value is (105,78,238). Sum of RGB (Red+Green+Blue) = 105+78+238=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #694EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EEE is #96B111. Grayscale: #676767. Windows color (decimal): -9875730 or 15617641. OLE color: 15617641.
HSL color Cylindrical-coordinate representation of color #694EEE: hue angle of 250.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694EEE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 78 | 238 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.07 |
| HSL | 250.13º | 0.82% | 0.62% | - |
| HSV(B) | 250.13º | 0.67% | 0.93% | - |
| XYZ | 23.98 | 14.63 | 82.45 | - |
| YUV | 104.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 238 | 0.56 | 0.67 | 0 | 0.07 | 250.13 | 0.82 | 0.62 |
| Hex | 69 | 4E | EE | 38 | 43 | 0 | 7 | FA | 52 | 3E |
| Octal | 151 | 116 | 356 | 70 | 103 | 0 | 7 | 372 | 122 | 76 |
| Binary | 1101001 | 1001110 | 11101110 | 111000 | 1000011 | 0 | 111 | 11111010 | 1010010 | 111110 |
Color Harmonies of #694EEE
Complementary color
Monochromatic Colors of #694EEE
Black with #694EEE
Text Example
Text Example
White with #694EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EEE; }
p { color: rgb(105,78,238); }
H1.HeaderClassName
{
color: #694EEE;
}
.AnyTagClassName
{
color: #694EEE;
}
</style>
background-color css
<style>
a { background-color: #694EEE; }
a { background-color: rgb(105,78,238); }
div.DivClassName
{
background-color: #694EEE;
}
.BgClassName
{
background-color: #694EEE;
}
</style>
border-color css
<style>
span { border-color: #694EEE; }
span { border-color: rgb(105,78,238); }
td.TdClassName
{
border-color: #694EEE;
}
.TagClassName
{
border-color: #694EEE;
}
</style>