Shades of Medium Slate Blue #696CF8
Tints of Medium Slate Blue #696CF8
RGB
CMYK
RGB Variations
Color information
#696CF8 (or 0x696CF8) is known color: Medium Slate Blue. HEX triplet: 69, 6C and F8. RGB value is (105,108,248). Sum of RGB (Red+Green+Blue) = 105+108+248=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #696CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CF8 is #969307. Grayscale: #7A7A7A. Windows color (decimal): -9868040 or 16280681. OLE color: 16280681.
HSL color Cylindrical-coordinate representation of color #696CF8: hue angle of 238.74º 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 #696CF8 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 108 | 248 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.03 |
| HSL | 238.74º | 0.91% | 0.69% | - |
| HSV(B) | 238.74º | 0.58% | 0.97% | - |
| XYZ | 28.13 | 20.51 | 91.28 | - |
| YUV | 123.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 248 | 0.58 | 0.56 | 0 | 0.03 | 238.74 | 0.91 | 0.69 |
| Hex | 69 | 6C | F8 | 3A | 38 | 0 | 3 | EF | 5B | 45 |
| Octal | 151 | 154 | 370 | 72 | 70 | 0 | 3 | 357 | 133 | 105 |
| Binary | 1101001 | 1101100 | 11111000 | 111010 | 111000 | 0 | 11 | 11101111 | 1011011 | 1000101 |
Color Harmonies of #696CF8
Complementary color
Monochromatic Colors of #696CF8
Black with #696CF8
Text Example
Text Example
White with #696CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CF8; }
p { color: rgb(105,108,248); }
H1.HeaderClassName
{
color: #696CF8;
}
.AnyTagClassName
{
color: #696CF8;
}
</style>
background-color css
<style>
a { background-color: #696CF8; }
a { background-color: rgb(105,108,248); }
div.DivClassName
{
background-color: #696CF8;
}
.BgClassName
{
background-color: #696CF8;
}
</style>
border-color css
<style>
span { border-color: #696CF8; }
span { border-color: rgb(105,108,248); }
td.TdClassName
{
border-color: #696CF8;
}
.TagClassName
{
border-color: #696CF8;
}
</style>