Shades of Medium Slate Blue #696BF8
Tints of Medium Slate Blue #696BF8
RGB
CMYK
RGB Variations
Color information
#696BF8 (or 0x696BF8) is known color: Medium Slate Blue. HEX triplet: 69, 6B and F8. RGB value is (105,107,248). Sum of RGB (Red+Green+Blue) = 105+107+248=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #696BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BF8 is #969407. Grayscale: #797979. Windows color (decimal): -9868296 or 16280425. OLE color: 16280425.
HSL color Cylindrical-coordinate representation of color #696BF8: hue angle of 239.16º 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 #696BF8 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 107 | 248 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.03 |
| HSL | 239.16º | 0.91% | 0.69% | - |
| HSV(B) | 239.16º | 0.58% | 0.97% | - |
| XYZ | 28.03 | 20.3 | 91.25 | - |
| YUV | 122.48 | 198.84 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 248 | 0.58 | 0.57 | 0 | 0.03 | 239.16 | 0.91 | 0.69 |
| Hex | 69 | 6B | F8 | 3A | 39 | 0 | 3 | EF | 5B | 45 |
| Octal | 151 | 153 | 370 | 72 | 71 | 0 | 3 | 357 | 133 | 105 |
| Binary | 1101001 | 1101011 | 11111000 | 111010 | 111001 | 0 | 11 | 11101111 | 1011011 | 1000101 |
Color Harmonies of #696BF8
Complementary color
Monochromatic Colors of #696BF8
Black with #696BF8
Text Example
Text Example
White with #696BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BF8; }
p { color: rgb(105,107,248); }
H1.HeaderClassName
{
color: #696BF8;
}
.AnyTagClassName
{
color: #696BF8;
}
</style>
background-color css
<style>
a { background-color: #696BF8; }
a { background-color: rgb(105,107,248); }
div.DivClassName
{
background-color: #696BF8;
}
.BgClassName
{
background-color: #696BF8;
}
</style>
border-color css
<style>
span { border-color: #696BF8; }
span { border-color: rgb(105,107,248); }
td.TdClassName
{
border-color: #696BF8;
}
.TagClassName
{
border-color: #696BF8;
}
</style>