Shades of Medium Slate Blue #694EED
Tints of Medium Slate Blue #694EED
RGB
CMYK
RGB Variations
Color information
#694EED (or 0x694EED) is known color: Medium Slate Blue. HEX triplet: 69, 4E and ED. RGB value is (105,78,237). Sum of RGB (Red+Green+Blue) = 105+78+237=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #694EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EED is #96B112. Grayscale: #676767. Windows color (decimal): -9875731 or 15552105. OLE color: 15552105.
HSL color Cylindrical-coordinate representation of color #694EED: hue angle of 250.19º 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 #694EED is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 78 | 237 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.07 |
| HSL | 250.19º | 0.82% | 0.62% | - |
| HSV(B) | 250.19º | 0.67% | 0.93% | - |
| XYZ | 23.84 | 14.57 | 81.68 | - |
| YUV | 104.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 237 | 0.56 | 0.67 | 0 | 0.07 | 250.19 | 0.82 | 0.62 |
| Hex | 69 | 4E | ED | 38 | 43 | 0 | 7 | FA | 52 | 3E |
| Octal | 151 | 116 | 355 | 70 | 103 | 0 | 7 | 372 | 122 | 76 |
| Binary | 1101001 | 1001110 | 11101101 | 111000 | 1000011 | 0 | 111 | 11111010 | 1010010 | 111110 |
Color Harmonies of #694EED
Complementary color
Monochromatic Colors of #694EED
Black with #694EED
Text Example
Text Example
White with #694EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EED; }
p { color: rgb(105,78,237); }
H1.HeaderClassName
{
color: #694EED;
}
.AnyTagClassName
{
color: #694EED;
}
</style>
background-color css
<style>
a { background-color: #694EED; }
a { background-color: rgb(105,78,237); }
div.DivClassName
{
background-color: #694EED;
}
.BgClassName
{
background-color: #694EED;
}
</style>
border-color css
<style>
span { border-color: #694EED; }
span { border-color: rgb(105,78,237); }
td.TdClassName
{
border-color: #694EED;
}
.TagClassName
{
border-color: #694EED;
}
</style>