Shades of Medium Slate Blue #694FED
Tints of Medium Slate Blue #694FED
RGB
CMYK
RGB Variations
Color information
#694FED (or 0x694FED) is known color: Medium Slate Blue. HEX triplet: 69, 4F and ED. RGB value is (105,79,237). Sum of RGB (Red+Green+Blue) = 105+79+237=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #694FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FED is #96B012. Grayscale: #686868. Windows color (decimal): -9875475 or 15552361. OLE color: 15552361.
HSL color Cylindrical-coordinate representation of color #694FED: hue angle of 249.87º 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 #694FED is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 79 | 237 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.07 |
| HSL | 249.87º | 0.81% | 0.62% | - |
| HSV(B) | 249.87º | 0.67% | 0.93% | - |
| XYZ | 23.91 | 14.71 | 81.7 | - |
| YUV | 104.79 | 202.61 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 237 | 0.56 | 0.67 | 0 | 0.07 | 249.87 | 0.81 | 0.62 |
| Hex | 69 | 4F | ED | 38 | 43 | 0 | 7 | FA | 51 | 3E |
| Octal | 151 | 117 | 355 | 70 | 103 | 0 | 7 | 372 | 121 | 76 |
| Binary | 1101001 | 1001111 | 11101101 | 111000 | 1000011 | 0 | 111 | 11111010 | 1010001 | 111110 |
Color Harmonies of #694FED
Complementary color
Monochromatic Colors of #694FED
Black with #694FED
Text Example
Text Example
White with #694FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FED; }
p { color: rgb(105,79,237); }
H1.HeaderClassName
{
color: #694FED;
}
.AnyTagClassName
{
color: #694FED;
}
</style>
background-color css
<style>
a { background-color: #694FED; }
a { background-color: rgb(105,79,237); }
div.DivClassName
{
background-color: #694FED;
}
.BgClassName
{
background-color: #694FED;
}
</style>
border-color css
<style>
span { border-color: #694FED; }
span { border-color: rgb(105,79,237); }
td.TdClassName
{
border-color: #694FED;
}
.TagClassName
{
border-color: #694FED;
}
</style>