Shades of Medium Slate Blue #694FF2
Tints of Medium Slate Blue #694FF2
RGB
CMYK
RGB Variations
Color information
#694FF2 (or 0x694FF2) is known color: Medium Slate Blue. HEX triplet: 69, 4F and F2. RGB value is (105,79,242). Sum of RGB (Red+Green+Blue) = 105+79+242=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #694FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FF2 is #96B00D. Grayscale: #686868. Windows color (decimal): -9875470 or 15880041. OLE color: 15880041.
HSL color Cylindrical-coordinate representation of color #694FF2: hue angle of 249.57º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694FF2 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 79 | 242 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.05 |
| HSL | 249.57º | 0.86% | 0.63% | - |
| HSV(B) | 249.57º | 0.67% | 0.95% | - |
| XYZ | 24.65 | 15.01 | 85.6 | - |
| YUV | 105.36 | 205.11 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 242 | 0.57 | 0.67 | 0 | 0.05 | 249.57 | 0.86 | 0.63 |
| Hex | 69 | 4F | F2 | 39 | 43 | 0 | 5 | FA | 56 | 3F |
| Octal | 151 | 117 | 362 | 71 | 103 | 0 | 5 | 372 | 126 | 77 |
| Binary | 1101001 | 1001111 | 11110010 | 111001 | 1000011 | 0 | 101 | 11111010 | 1010110 | 111111 |
Color Harmonies of #694FF2
Complementary color
Monochromatic Colors of #694FF2
Black with #694FF2
Text Example
Text Example
White with #694FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FF2; }
p { color: rgb(105,79,242); }
H1.HeaderClassName
{
color: #694FF2;
}
.AnyTagClassName
{
color: #694FF2;
}
</style>
background-color css
<style>
a { background-color: #694FF2; }
a { background-color: rgb(105,79,242); }
div.DivClassName
{
background-color: #694FF2;
}
.BgClassName
{
background-color: #694FF2;
}
</style>
border-color css
<style>
span { border-color: #694FF2; }
span { border-color: rgb(105,79,242); }
td.TdClassName
{
border-color: #694FF2;
}
.TagClassName
{
border-color: #694FF2;
}
</style>