Shades of Medium Slate Blue #694FEB
Tints of Medium Slate Blue #694FEB
RGB
CMYK
RGB Variations
Color information
#694FEB (or 0x694FEB) is known color: Medium Slate Blue. HEX triplet: 69, 4F and EB. RGB value is (105,79,235). Sum of RGB (Red+Green+Blue) = 105+79+235=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #694FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FEB is #96B014. Grayscale: #676767. Windows color (decimal): -9875477 or 15421289. OLE color: 15421289.
HSL color Cylindrical-coordinate representation of color #694FEB: hue angle of 250º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694FEB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 79 | 235 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.08 |
| HSL | 250º | 0.8% | 0.62% | - |
| HSV(B) | 250º | 0.66% | 0.92% | - |
| XYZ | 23.62 | 14.59 | 80.17 | - |
| YUV | 104.56 | 201.61 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 235 | 0.55 | 0.66 | 0 | 0.08 | 250 | 0.8 | 0.62 |
| Hex | 69 | 4F | EB | 37 | 42 | 0 | 8 | FA | 50 | 3E |
| Octal | 151 | 117 | 353 | 67 | 102 | 0 | 10 | 372 | 120 | 76 |
| Binary | 1101001 | 1001111 | 11101011 | 110111 | 1000010 | 0 | 1000 | 11111010 | 1010000 | 111110 |
Color Harmonies of #694FEB
Complementary color
Monochromatic Colors of #694FEB
Black with #694FEB
Text Example
Text Example
White with #694FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FEB; }
p { color: rgb(105,79,235); }
H1.HeaderClassName
{
color: #694FEB;
}
.AnyTagClassName
{
color: #694FEB;
}
</style>
background-color css
<style>
a { background-color: #694FEB; }
a { background-color: rgb(105,79,235); }
div.DivClassName
{
background-color: #694FEB;
}
.BgClassName
{
background-color: #694FEB;
}
</style>
border-color css
<style>
span { border-color: #694FEB; }
span { border-color: rgb(105,79,235); }
td.TdClassName
{
border-color: #694FEB;
}
.TagClassName
{
border-color: #694FEB;
}
</style>