Shades of Medium Slate Blue #696AFA
Tints of Medium Slate Blue #696AFA
RGB
CMYK
RGB Variations
Color information
#696AFA (or 0x696AFA) is known color: Medium Slate Blue. HEX triplet: 69, 6A and FA. RGB value is (105,106,250). Sum of RGB (Red+Green+Blue) = 105+106+250=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #696AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AFA is #969505. Grayscale: #797979. Windows color (decimal): -9868550 or 16411241. OLE color: 16411241.
HSL color Cylindrical-coordinate representation of color #696AFA: hue angle of 239.59º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696AFA is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 106 | 250 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.02 |
| HSL | 239.59º | 0.94% | 0.7% | - |
| HSV(B) | 239.59º | 0.58% | 0.98% | - |
| XYZ | 28.24 | 20.21 | 92.86 | - |
| YUV | 122.12 | 200.17 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 250 | 0.58 | 0.58 | 0 | 0.02 | 239.59 | 0.94 | 0.7 |
| Hex | 69 | 6A | FA | 3A | 3A | 0 | 2 | F0 | 5E | 46 |
| Octal | 151 | 152 | 372 | 72 | 72 | 0 | 2 | 360 | 136 | 106 |
| Binary | 1101001 | 1101010 | 11111010 | 111010 | 111010 | 0 | 10 | 11110000 | 1011110 | 1000110 |
Color Harmonies of #696AFA
Complementary color
Monochromatic Colors of #696AFA
Black with #696AFA
Text Example
Text Example
White with #696AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AFA; }
p { color: rgb(105,106,250); }
H1.HeaderClassName
{
color: #696AFA;
}
.AnyTagClassName
{
color: #696AFA;
}
</style>
background-color css
<style>
a { background-color: #696AFA; }
a { background-color: rgb(105,106,250); }
div.DivClassName
{
background-color: #696AFA;
}
.BgClassName
{
background-color: #696AFA;
}
</style>
border-color css
<style>
span { border-color: #696AFA; }
span { border-color: rgb(105,106,250); }
td.TdClassName
{
border-color: #696AFA;
}
.TagClassName
{
border-color: #696AFA;
}
</style>