Shades of Medium Slate Blue #694EF5
Tints of Medium Slate Blue #694EF5
RGB
CMYK
RGB Variations
Color information
#694EF5 (or 0x694EF5) is known color: Medium Slate Blue. HEX triplet: 69, 4E and F5. RGB value is (105,78,245). Sum of RGB (Red+Green+Blue) = 105+78+245=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 245 (96.09% from 255 or 57.24% from 428); Max value from RGB is 245 - color contains mainly: blue. Hex color #694EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EF5 is #96B10A. Grayscale: #686868. Windows color (decimal): -9875723 or 16076393. OLE color: 16076393.
HSL color Cylindrical-coordinate representation of color #694EF5: hue angle of 249.7º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694EF5 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 78 | 245 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.04 |
| HSL | 249.7º | 0.89% | 0.63% | - |
| HSV(B) | 249.7º | 0.68% | 0.96% | - |
| XYZ | 25.03 | 15.04 | 87.97 | - |
| YUV | 105.11 | 206.95 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 245 | 0.57 | 0.68 | 0 | 0.04 | 249.7 | 0.89 | 0.63 |
| Hex | 69 | 4E | F5 | 39 | 44 | 0 | 4 | FA | 59 | 3F |
| Octal | 151 | 116 | 365 | 71 | 104 | 0 | 4 | 372 | 131 | 77 |
| Binary | 1101001 | 1001110 | 11110101 | 111001 | 1000100 | 0 | 100 | 11111010 | 1011001 | 111111 |
Color Harmonies of #694EF5
Complementary color
Monochromatic Colors of #694EF5
Black with #694EF5
Text Example
Text Example
White with #694EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EF5; }
p { color: rgb(105,78,245); }
H1.HeaderClassName
{
color: #694EF5;
}
.AnyTagClassName
{
color: #694EF5;
}
</style>
background-color css
<style>
a { background-color: #694EF5; }
a { background-color: rgb(105,78,245); }
div.DivClassName
{
background-color: #694EF5;
}
.BgClassName
{
background-color: #694EF5;
}
</style>
border-color css
<style>
span { border-color: #694EF5; }
span { border-color: rgb(105,78,245); }
td.TdClassName
{
border-color: #694EF5;
}
.TagClassName
{
border-color: #694EF5;
}
</style>