Shades of Medium Slate Blue #696FF6
Tints of Medium Slate Blue #696FF6
RGB
CMYK
RGB Variations
Color information
#696FF6 (or 0x696FF6) is known color: Medium Slate Blue. HEX triplet: 69, 6F and F6. RGB value is (105,111,246). Sum of RGB (Red+Green+Blue) = 105+111+246=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #696FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FF6 is #969009. Grayscale: #7C7C7C. Windows color (decimal): -9867274 or 16150377. OLE color: 16150377.
HSL color Cylindrical-coordinate representation of color #696FF6: hue angle of 237.45º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #696FF6 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 111 | 246 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.04 |
| HSL | 237.45º | 0.89% | 0.69% | - |
| HSV(B) | 237.45º | 0.57% | 0.96% | - |
| XYZ | 28.14 | 21.03 | 89.76 | - |
| YUV | 124.6 | 196.51 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 246 | 0.57 | 0.55 | 0 | 0.04 | 237.45 | 0.89 | 0.69 |
| Hex | 69 | 6F | F6 | 39 | 37 | 0 | 4 | ED | 59 | 45 |
| Octal | 151 | 157 | 366 | 71 | 67 | 0 | 4 | 355 | 131 | 105 |
| Binary | 1101001 | 1101111 | 11110110 | 111001 | 110111 | 0 | 100 | 11101101 | 1011001 | 1000101 |
Color Harmonies of #696FF6
Complementary color
Monochromatic Colors of #696FF6
Black with #696FF6
Text Example
Text Example
White with #696FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FF6; }
p { color: rgb(105,111,246); }
H1.HeaderClassName
{
color: #696FF6;
}
.AnyTagClassName
{
color: #696FF6;
}
</style>
background-color css
<style>
a { background-color: #696FF6; }
a { background-color: rgb(105,111,246); }
div.DivClassName
{
background-color: #696FF6;
}
.BgClassName
{
background-color: #696FF6;
}
</style>
border-color css
<style>
span { border-color: #696FF6; }
span { border-color: rgb(105,111,246); }
td.TdClassName
{
border-color: #696FF6;
}
.TagClassName
{
border-color: #696FF6;
}
</style>