Shades of Medium Slate Blue #696BF9
Tints of Medium Slate Blue #696BF9
RGB
CMYK
RGB Variations
Color information
#696BF9 (or 0x696BF9) is known color: Medium Slate Blue. HEX triplet: 69, 6B and F9. RGB value is (105,107,249). Sum of RGB (Red+Green+Blue) = 105+107+249=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #696BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BF9 is #969406. Grayscale: #7A7A7A. Windows color (decimal): -9868295 or 16345961. OLE color: 16345961.
HSL color Cylindrical-coordinate representation of color #696BF9: hue angle of 239.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696BF9 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 107 | 249 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.02 |
| HSL | 239.17º | 0.92% | 0.69% | - |
| HSV(B) | 239.17º | 0.58% | 0.98% | - |
| XYZ | 28.18 | 20.36 | 92.07 | - |
| YUV | 122.59 | 199.34 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 249 | 0.58 | 0.57 | 0 | 0.02 | 239.17 | 0.92 | 0.69 |
| Hex | 69 | 6B | F9 | 3A | 39 | 0 | 2 | EF | 5C | 45 |
| Octal | 151 | 153 | 371 | 72 | 71 | 0 | 2 | 357 | 134 | 105 |
| Binary | 1101001 | 1101011 | 11111001 | 111010 | 111001 | 0 | 10 | 11101111 | 1011100 | 1000101 |
Color Harmonies of #696BF9
Complementary color
Monochromatic Colors of #696BF9
Black with #696BF9
Text Example
Text Example
White with #696BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BF9; }
p { color: rgb(105,107,249); }
H1.HeaderClassName
{
color: #696BF9;
}
.AnyTagClassName
{
color: #696BF9;
}
</style>
background-color css
<style>
a { background-color: #696BF9; }
a { background-color: rgb(105,107,249); }
div.DivClassName
{
background-color: #696BF9;
}
.BgClassName
{
background-color: #696BF9;
}
</style>
border-color css
<style>
span { border-color: #696BF9; }
span { border-color: rgb(105,107,249); }
td.TdClassName
{
border-color: #696BF9;
}
.TagClassName
{
border-color: #696BF9;
}
</style>