Shades of Medium Slate Blue #694EF2
Tints of Medium Slate Blue #694EF2
RGB
CMYK
RGB Variations
Color information
#694EF2 (or 0x694EF2) is known color: Medium Slate Blue. HEX triplet: 69, 4E and F2. RGB value is (105,78,242). Sum of RGB (Red+Green+Blue) = 105+78+242=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #694EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EF2 is #96B10D. Grayscale: #686868. Windows color (decimal): -9875726 or 15879785. OLE color: 15879785.
HSL color Cylindrical-coordinate representation of color #694EF2: hue angle of 249.88º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694EF2 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 78 | 242 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.05 |
| HSL | 249.88º | 0.86% | 0.63% | - |
| HSV(B) | 249.88º | 0.68% | 0.95% | - |
| XYZ | 24.58 | 14.86 | 85.58 | - |
| YUV | 104.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 242 | 0.57 | 0.68 | 0 | 0.05 | 249.88 | 0.86 | 0.63 |
| Hex | 69 | 4E | F2 | 39 | 44 | 0 | 5 | FA | 56 | 3F |
| Octal | 151 | 116 | 362 | 71 | 104 | 0 | 5 | 372 | 126 | 77 |
| Binary | 1101001 | 1001110 | 11110010 | 111001 | 1000100 | 0 | 101 | 11111010 | 1010110 | 111111 |
Color Harmonies of #694EF2
Complementary color
Monochromatic Colors of #694EF2
Black with #694EF2
Text Example
Text Example
White with #694EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EF2; }
p { color: rgb(105,78,242); }
H1.HeaderClassName
{
color: #694EF2;
}
.AnyTagClassName
{
color: #694EF2;
}
</style>
background-color css
<style>
a { background-color: #694EF2; }
a { background-color: rgb(105,78,242); }
div.DivClassName
{
background-color: #694EF2;
}
.BgClassName
{
background-color: #694EF2;
}
</style>
border-color css
<style>
span { border-color: #694EF2; }
span { border-color: rgb(105,78,242); }
td.TdClassName
{
border-color: #694EF2;
}
.TagClassName
{
border-color: #694EF2;
}
</style>