Shades of Medium Slate Blue #694EEC
Tints of Medium Slate Blue #694EEC
RGB
CMYK
RGB Variations
Color information
#694EEC (or 0x694EEC) is known color: Medium Slate Blue. HEX triplet: 69, 4E and EC. RGB value is (105,78,236). Sum of RGB (Red+Green+Blue) = 105+78+236=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #694EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EEC is #96B113. Grayscale: #676767. Windows color (decimal): -9875732 or 15486569. OLE color: 15486569.
HSL color Cylindrical-coordinate representation of color #694EEC: hue angle of 250.25º degrees, saturation: 0.81, 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 #694EEC is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 78 | 236 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.07 |
| HSL | 250.25º | 0.81% | 0.62% | - |
| HSV(B) | 250.25º | 0.67% | 0.93% | - |
| XYZ | 23.69 | 14.51 | 80.91 | - |
| YUV | 104.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 236 | 0.56 | 0.67 | 0 | 0.07 | 250.25 | 0.81 | 0.62 |
| Hex | 69 | 4E | EC | 38 | 43 | 0 | 7 | FA | 51 | 3E |
| Octal | 151 | 116 | 354 | 70 | 103 | 0 | 7 | 372 | 121 | 76 |
| Binary | 1101001 | 1001110 | 11101100 | 111000 | 1000011 | 0 | 111 | 11111010 | 1010001 | 111110 |
Color Harmonies of #694EEC
Complementary color
Monochromatic Colors of #694EEC
Black with #694EEC
Text Example
Text Example
White with #694EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EEC; }
p { color: rgb(105,78,236); }
H1.HeaderClassName
{
color: #694EEC;
}
.AnyTagClassName
{
color: #694EEC;
}
</style>
background-color css
<style>
a { background-color: #694EEC; }
a { background-color: rgb(105,78,236); }
div.DivClassName
{
background-color: #694EEC;
}
.BgClassName
{
background-color: #694EEC;
}
</style>
border-color css
<style>
span { border-color: #694EEC; }
span { border-color: rgb(105,78,236); }
td.TdClassName
{
border-color: #694EEC;
}
.TagClassName
{
border-color: #694EEC;
}
</style>