Shades of Medium Slate Blue #696AF8
Tints of Medium Slate Blue #696AF8
RGB
CMYK
RGB Variations
Color information
#696AF8 (or 0x696AF8) is known color: Medium Slate Blue. HEX triplet: 69, 6A and F8. RGB value is (105,106,248). Sum of RGB (Red+Green+Blue) = 105+106+248=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #696AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AF8 is #969507. Grayscale: #797979. Windows color (decimal): -9868552 or 16280169. OLE color: 16280169.
HSL color Cylindrical-coordinate representation of color #696AF8: hue angle of 239.58º 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 #696AF8 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 106 | 248 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.03 |
| HSL | 239.58º | 0.91% | 0.69% | - |
| HSV(B) | 239.58º | 0.58% | 0.97% | - |
| XYZ | 27.92 | 20.09 | 91.21 | - |
| YUV | 121.89 | 199.17 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 248 | 0.58 | 0.57 | 0 | 0.03 | 239.58 | 0.91 | 0.69 |
| Hex | 69 | 6A | F8 | 3A | 39 | 0 | 3 | F0 | 5B | 45 |
| Octal | 151 | 152 | 370 | 72 | 71 | 0 | 3 | 360 | 133 | 105 |
| Binary | 1101001 | 1101010 | 11111000 | 111010 | 111001 | 0 | 11 | 11110000 | 1011011 | 1000101 |
Color Harmonies of #696AF8
Complementary color
Monochromatic Colors of #696AF8
Black with #696AF8
Text Example
Text Example
White with #696AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AF8; }
p { color: rgb(105,106,248); }
H1.HeaderClassName
{
color: #696AF8;
}
.AnyTagClassName
{
color: #696AF8;
}
</style>
background-color css
<style>
a { background-color: #696AF8; }
a { background-color: rgb(105,106,248); }
div.DivClassName
{
background-color: #696AF8;
}
.BgClassName
{
background-color: #696AF8;
}
</style>
border-color css
<style>
span { border-color: #696AF8; }
span { border-color: rgb(105,106,248); }
td.TdClassName
{
border-color: #696AF8;
}
.TagClassName
{
border-color: #696AF8;
}
</style>