Shades of Medium Slate Blue #696DFD
Tints of Medium Slate Blue #696DFD
RGB
CMYK
RGB Variations
Color information
#696DFD (or 0x696DFD) is known color: Medium Slate Blue. HEX triplet: 69, 6D and FD. RGB value is (105,109,253). Sum of RGB (Red+Green+Blue) = 105+109+253=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #696DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DFD is #969202. Grayscale: #7B7B7B. Windows color (decimal): -9867779 or 16608617. OLE color: 16608617.
HSL color Cylindrical-coordinate representation of color #696DFD: hue angle of 238.38º 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 #696DFD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 109 | 253 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.01 |
| HSL | 238.38º | 0.97% | 0.7% | - |
| HSV(B) | 238.38º | 0.58% | 0.99% | - |
| XYZ | 29.02 | 21.03 | 95.46 | - |
| YUV | 124.22 | 200.67 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 253 | 0.58 | 0.57 | 0 | 0.01 | 238.38 | 0.97 | 0.7 |
| Hex | 69 | 6D | FD | 3A | 39 | 0 | 1 | EE | 61 | 46 |
| Octal | 151 | 155 | 375 | 72 | 71 | 0 | 1 | 356 | 141 | 106 |
| Binary | 1101001 | 1101101 | 11111101 | 111010 | 111001 | 0 | 1 | 11101110 | 1100001 | 1000110 |
Color Harmonies of #696DFD
Complementary color
Monochromatic Colors of #696DFD
Black with #696DFD
Text Example
Text Example
White with #696DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DFD; }
p { color: rgb(105,109,253); }
H1.HeaderClassName
{
color: #696DFD;
}
.AnyTagClassName
{
color: #696DFD;
}
</style>
background-color css
<style>
a { background-color: #696DFD; }
a { background-color: rgb(105,109,253); }
div.DivClassName
{
background-color: #696DFD;
}
.BgClassName
{
background-color: #696DFD;
}
</style>
border-color css
<style>
span { border-color: #696DFD; }
span { border-color: rgb(105,109,253); }
td.TdClassName
{
border-color: #696DFD;
}
.TagClassName
{
border-color: #696DFD;
}
</style>