Shades of Scampi #696199
Tints of Scampi #696199
RGB
CMYK
RGB Variations
Color information
#696199 (or 0x696199) is known color: Scampi. HEX triplet: 69, 61 and 99. RGB value is (105,97,153). Sum of RGB (Red+Green+Blue) = 105+97+153=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #696199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696199 is #969E66. Grayscale: #696969. Windows color (decimal): -9870951 or 10051945. OLE color: 10051945.
HSL color Cylindrical-coordinate representation of color #696199: hue angle of 248.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696199 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 97 | 153 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.4 |
| HSL | 248.57º | 0.22% | 0.49% | - |
| HSV(B) | 248.57º | 0.37% | 0.6% | - |
| XYZ | 15.85 | 13.85 | 31.98 | - |
| YUV | 105.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 153 | 0.31 | 0.37 | 0 | 0.4 | 248.57 | 0.22 | 0.49 |
| Hex | 69 | 61 | 99 | 1F | 25 | 0 | 28 | F9 | 16 | 31 |
| Octal | 151 | 141 | 231 | 37 | 45 | 0 | 50 | 371 | 26 | 61 |
| Binary | 1101001 | 1100001 | 10011001 | 11111 | 100101 | 0 | 101000 | 11111001 | 10110 | 110001 |
Color Harmonies of #696199
Complementary color
Monochromatic Colors of #696199
Black with #696199
Text Example
Text Example
White with #696199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696199; }
p { color: rgb(105,97,153); }
H1.HeaderClassName
{
color: #696199;
}
.AnyTagClassName
{
color: #696199;
}
</style>
background-color css
<style>
a { background-color: #696199; }
a { background-color: rgb(105,97,153); }
div.DivClassName
{
background-color: #696199;
}
.BgClassName
{
background-color: #696199;
}
</style>
border-color css
<style>
span { border-color: #696199; }
span { border-color: rgb(105,97,153); }
td.TdClassName
{
border-color: #696199;
}
.TagClassName
{
border-color: #696199;
}
</style>