Shades of Medium Slate Blue #696DFF
Tints of Medium Slate Blue #696DFF
RGB
CMYK
RGB Variations
Color information
#696DFF (or 0x696DFF) is known color: Medium Slate Blue. HEX triplet: 69, 6D and FF. RGB value is (105,109,255). Sum of RGB (Red+Green+Blue) = 105+109+255=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #696DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DFF is #969200. Grayscale: #7B7B7B. Windows color (decimal): -9867777 or 16739689. OLE color: 16739689.
HSL color Cylindrical-coordinate representation of color #696DFF: hue angle of 238.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #696DFF is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 109 | 255 | - |
| CMYK | 0.59 | 0.57 | 0 | 0 |
| HSL | 238.4º | 1% | 0.71% | - |
| HSV(B) | 238.4º | 0.59% | 1% | - |
| XYZ | 29.34 | 21.16 | 97.15 | - |
| YUV | 124.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 255 | 0.59 | 0.57 | 0 | 0 | 238.4 | 1 | 0.71 |
| Hex | 69 | 6D | FF | 3B | 39 | 0 | 0 | EE | 64 | 47 |
| Octal | 151 | 155 | 377 | 73 | 71 | 0 | 0 | 356 | 144 | 107 |
| Binary | 1101001 | 1101101 | 11111111 | 111011 | 111001 | 0 | 0 | 11101110 | 1100100 | 1000111 |
Color Harmonies of #696DFF
Complementary color
Monochromatic Colors of #696DFF
Black with #696DFF
Text Example
Text Example
White with #696DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DFF; }
p { color: rgb(105,109,255); }
H1.HeaderClassName
{
color: #696DFF;
}
.AnyTagClassName
{
color: #696DFF;
}
</style>
background-color css
<style>
a { background-color: #696DFF; }
a { background-color: rgb(105,109,255); }
div.DivClassName
{
background-color: #696DFF;
}
.BgClassName
{
background-color: #696DFF;
}
</style>
border-color css
<style>
span { border-color: #696DFF; }
span { border-color: rgb(105,109,255); }
td.TdClassName
{
border-color: #696DFF;
}
.TagClassName
{
border-color: #696DFF;
}
</style>