Shades of Medium Slate Blue #696BF3
Tints of Medium Slate Blue #696BF3
RGB
CMYK
RGB Variations
Color information
#696BF3 (or 0x696BF3) is known color: Medium Slate Blue. HEX triplet: 69, 6B and F3. RGB value is (105,107,243). Sum of RGB (Red+Green+Blue) = 105+107+243=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #696BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BF3 is #96940C. Grayscale: #797979. Windows color (decimal): -9868301 or 15952745. OLE color: 15952745.
HSL color Cylindrical-coordinate representation of color #696BF3: hue angle of 239.13º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #696BF3 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 107 | 243 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.05 |
| HSL | 239.13º | 0.85% | 0.68% | - |
| HSV(B) | 239.13º | 0.57% | 0.95% | - |
| XYZ | 27.26 | 19.99 | 87.22 | - |
| YUV | 121.91 | 196.34 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 243 | 0.57 | 0.56 | 0 | 0.05 | 239.13 | 0.85 | 0.68 |
| Hex | 69 | 6B | F3 | 39 | 38 | 0 | 5 | EF | 55 | 44 |
| Octal | 151 | 153 | 363 | 71 | 70 | 0 | 5 | 357 | 125 | 104 |
| Binary | 1101001 | 1101011 | 11110011 | 111001 | 111000 | 0 | 101 | 11101111 | 1010101 | 1000100 |
Color Harmonies of #696BF3
Complementary color
Monochromatic Colors of #696BF3
Black with #696BF3
Text Example
Text Example
White with #696BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BF3; }
p { color: rgb(105,107,243); }
H1.HeaderClassName
{
color: #696BF3;
}
.AnyTagClassName
{
color: #696BF3;
}
</style>
background-color css
<style>
a { background-color: #696BF3; }
a { background-color: rgb(105,107,243); }
div.DivClassName
{
background-color: #696BF3;
}
.BgClassName
{
background-color: #696BF3;
}
</style>
border-color css
<style>
span { border-color: #696BF3; }
span { border-color: rgb(105,107,243); }
td.TdClassName
{
border-color: #696BF3;
}
.TagClassName
{
border-color: #696BF3;
}
</style>