Shades of Medium Slate Blue #694CF3
Tints of Medium Slate Blue #694CF3
RGB
CMYK
RGB Variations
Color information
#694CF3 (or 0x694CF3) is known color: Medium Slate Blue. HEX triplet: 69, 4C and F3. RGB value is (105,76,243). Sum of RGB (Red+Green+Blue) = 105+76+243=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #694CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CF3 is #96B30C. Grayscale: #676767. Windows color (decimal): -9876237 or 15944809. OLE color: 15944809.
HSL color Cylindrical-coordinate representation of color #694CF3: hue angle of 250.42º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694CF3 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 76 | 243 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.05 |
| HSL | 250.42º | 0.87% | 0.63% | - |
| HSV(B) | 250.42º | 0.69% | 0.95% | - |
| XYZ | 24.59 | 14.64 | 86.32 | - |
| YUV | 103.71 | 206.61 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 243 | 0.57 | 0.69 | 0 | 0.05 | 250.42 | 0.87 | 0.63 |
| Hex | 69 | 4C | F3 | 39 | 45 | 0 | 5 | FA | 57 | 3F |
| Octal | 151 | 114 | 363 | 71 | 105 | 0 | 5 | 372 | 127 | 77 |
| Binary | 1101001 | 1001100 | 11110011 | 111001 | 1000101 | 0 | 101 | 11111010 | 1010111 | 111111 |
Color Harmonies of #694CF3
Complementary color
Monochromatic Colors of #694CF3
Black with #694CF3
Text Example
Text Example
White with #694CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CF3; }
p { color: rgb(105,76,243); }
H1.HeaderClassName
{
color: #694CF3;
}
.AnyTagClassName
{
color: #694CF3;
}
</style>
background-color css
<style>
a { background-color: #694CF3; }
a { background-color: rgb(105,76,243); }
div.DivClassName
{
background-color: #694CF3;
}
.BgClassName
{
background-color: #694CF3;
}
</style>
border-color css
<style>
span { border-color: #694CF3; }
span { border-color: rgb(105,76,243); }
td.TdClassName
{
border-color: #694CF3;
}
.TagClassName
{
border-color: #694CF3;
}
</style>