Shades of Medium Slate Blue #696CF7
Tints of Medium Slate Blue #696CF7
RGB
CMYK
RGB Variations
Color information
#696CF7 (or 0x696CF7) is known color: Medium Slate Blue. HEX triplet: 69, 6C and F7. RGB value is (105,108,247). Sum of RGB (Red+Green+Blue) = 105+108+247=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #696CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CF7 is #969308. Grayscale: #7A7A7A. Windows color (decimal): -9868041 or 16215145. OLE color: 16215145.
HSL color Cylindrical-coordinate representation of color #696CF7: hue angle of 238.73º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #696CF7 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 108 | 247 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.03 |
| HSL | 238.73º | 0.9% | 0.69% | - |
| HSV(B) | 238.73º | 0.57% | 0.97% | - |
| XYZ | 27.98 | 20.44 | 90.47 | - |
| YUV | 122.95 | 198.01 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 247 | 0.57 | 0.56 | 0 | 0.03 | 238.73 | 0.9 | 0.69 |
| Hex | 69 | 6C | F7 | 39 | 38 | 0 | 3 | EF | 5A | 45 |
| Octal | 151 | 154 | 367 | 71 | 70 | 0 | 3 | 357 | 132 | 105 |
| Binary | 1101001 | 1101100 | 11110111 | 111001 | 111000 | 0 | 11 | 11101111 | 1011010 | 1000101 |
Color Harmonies of #696CF7
Complementary color
Monochromatic Colors of #696CF7
Black with #696CF7
Text Example
Text Example
White with #696CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CF7; }
p { color: rgb(105,108,247); }
H1.HeaderClassName
{
color: #696CF7;
}
.AnyTagClassName
{
color: #696CF7;
}
</style>
background-color css
<style>
a { background-color: #696CF7; }
a { background-color: rgb(105,108,247); }
div.DivClassName
{
background-color: #696CF7;
}
.BgClassName
{
background-color: #696CF7;
}
</style>
border-color css
<style>
span { border-color: #696CF7; }
span { border-color: rgb(105,108,247); }
td.TdClassName
{
border-color: #696CF7;
}
.TagClassName
{
border-color: #696CF7;
}
</style>