Shades of Medium Slate Blue #694DEE
Tints of Medium Slate Blue #694DEE
RGB
CMYK
RGB Variations
Color information
#694DEE (or 0x694DEE) is known color: Medium Slate Blue. HEX triplet: 69, 4D and EE. RGB value is (105,77,238). Sum of RGB (Red+Green+Blue) = 105+77+238=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #694DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694DEE is #96B211. Grayscale: #676767. Windows color (decimal): -9875986 or 15617385. OLE color: 15617385.
HSL color Cylindrical-coordinate representation of color #694DEE: hue angle of 250.43º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694DEE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 77 | 238 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.07 |
| HSL | 250.43º | 0.83% | 0.62% | - |
| HSV(B) | 250.43º | 0.68% | 0.93% | - |
| XYZ | 23.91 | 14.48 | 82.42 | - |
| YUV | 103.73 | 203.78 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 238 | 0.56 | 0.68 | 0 | 0.07 | 250.43 | 0.83 | 0.62 |
| Hex | 69 | 4D | EE | 38 | 44 | 0 | 7 | FA | 53 | 3E |
| Octal | 151 | 115 | 356 | 70 | 104 | 0 | 7 | 372 | 123 | 76 |
| Binary | 1101001 | 1001101 | 11101110 | 111000 | 1000100 | 0 | 111 | 11111010 | 1010011 | 111110 |
Color Harmonies of #694DEE
Complementary color
Monochromatic Colors of #694DEE
Black with #694DEE
Text Example
Text Example
White with #694DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DEE; }
p { color: rgb(105,77,238); }
H1.HeaderClassName
{
color: #694DEE;
}
.AnyTagClassName
{
color: #694DEE;
}
</style>
background-color css
<style>
a { background-color: #694DEE; }
a { background-color: rgb(105,77,238); }
div.DivClassName
{
background-color: #694DEE;
}
.BgClassName
{
background-color: #694DEE;
}
</style>
border-color css
<style>
span { border-color: #694DEE; }
span { border-color: rgb(105,77,238); }
td.TdClassName
{
border-color: #694DEE;
}
.TagClassName
{
border-color: #694DEE;
}
</style>