Shades of Medium Slate Blue #696FFD
Tints of Medium Slate Blue #696FFD
RGB
CMYK
RGB Variations
Color information
#696FFD (or 0x696FFD) is known color: Medium Slate Blue. HEX triplet: 69, 6F and FD. RGB value is (105,111,253). Sum of RGB (Red+Green+Blue) = 105+111+253=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #696FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FFD is #969002. Grayscale: #7C7C7C. Windows color (decimal): -9867267 or 16609129. OLE color: 16609129.
HSL color Cylindrical-coordinate representation of color #696FFD: hue angle of 237.57º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696FFD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 111 | 253 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.01 |
| HSL | 237.57º | 0.97% | 0.7% | - |
| HSV(B) | 237.57º | 0.58% | 0.99% | - |
| XYZ | 29.24 | 21.46 | 95.53 | - |
| YUV | 125.39 | 200.01 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 253 | 0.58 | 0.56 | 0 | 0.01 | 237.57 | 0.97 | 0.7 |
| Hex | 69 | 6F | FD | 3A | 38 | 0 | 1 | EE | 61 | 46 |
| Octal | 151 | 157 | 375 | 72 | 70 | 0 | 1 | 356 | 141 | 106 |
| Binary | 1101001 | 1101111 | 11111101 | 111010 | 111000 | 0 | 1 | 11101110 | 1100001 | 1000110 |
Color Harmonies of #696FFD
Complementary color
Monochromatic Colors of #696FFD
Black with #696FFD
Text Example
Text Example
White with #696FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FFD; }
p { color: rgb(105,111,253); }
H1.HeaderClassName
{
color: #696FFD;
}
.AnyTagClassName
{
color: #696FFD;
}
</style>
background-color css
<style>
a { background-color: #696FFD; }
a { background-color: rgb(105,111,253); }
div.DivClassName
{
background-color: #696FFD;
}
.BgClassName
{
background-color: #696FFD;
}
</style>
border-color css
<style>
span { border-color: #696FFD; }
span { border-color: rgb(105,111,253); }
td.TdClassName
{
border-color: #696FFD;
}
.TagClassName
{
border-color: #696FFD;
}
</style>