Shades of Medium Slate Blue #696DF8
Tints of Medium Slate Blue #696DF8
RGB
CMYK
RGB Variations
Color information
#696DF8 (or 0x696DF8) is known color: Medium Slate Blue. HEX triplet: 69, 6D and F8. RGB value is (105,109,248). Sum of RGB (Red+Green+Blue) = 105+109+248=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #696DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DF8 is #969207. Grayscale: #7B7B7B. Windows color (decimal): -9867784 or 16280937. OLE color: 16280937.
HSL color Cylindrical-coordinate representation of color #696DF8: hue angle of 238.32º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696DF8 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 109 | 248 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.03 |
| HSL | 238.32º | 0.91% | 0.69% | - |
| HSV(B) | 238.32º | 0.58% | 0.97% | - |
| XYZ | 28.24 | 20.72 | 91.32 | - |
| YUV | 123.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 248 | 0.58 | 0.56 | 0 | 0.03 | 238.32 | 0.91 | 0.69 |
| Hex | 69 | 6D | F8 | 3A | 38 | 0 | 3 | EE | 5B | 45 |
| Octal | 151 | 155 | 370 | 72 | 70 | 0 | 3 | 356 | 133 | 105 |
| Binary | 1101001 | 1101101 | 11111000 | 111010 | 111000 | 0 | 11 | 11101110 | 1011011 | 1000101 |
Color Harmonies of #696DF8
Complementary color
Monochromatic Colors of #696DF8
Black with #696DF8
Text Example
Text Example
White with #696DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DF8; }
p { color: rgb(105,109,248); }
H1.HeaderClassName
{
color: #696DF8;
}
.AnyTagClassName
{
color: #696DF8;
}
</style>
background-color css
<style>
a { background-color: #696DF8; }
a { background-color: rgb(105,109,248); }
div.DivClassName
{
background-color: #696DF8;
}
.BgClassName
{
background-color: #696DF8;
}
</style>
border-color css
<style>
span { border-color: #696DF8; }
span { border-color: rgb(105,109,248); }
td.TdClassName
{
border-color: #696DF8;
}
.TagClassName
{
border-color: #696DF8;
}
</style>