Shades of Scampi #696996
Tints of Scampi #696996
RGB
CMYK
RGB Variations
Color information
#696996 (or 0x696996) is known color: Scampi. HEX triplet: 69, 69 and 96. RGB value is (105,105,150). Sum of RGB (Red+Green+Blue) = 105+105+150=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #696996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696996 is #969669. Grayscale: #6D6D6D. Windows color (decimal): -9868906 or 9857385. OLE color: 9857385.
HSL color Cylindrical-coordinate representation of color #696996: hue angle of 240º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696996 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 105 | 150 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.41 |
| HSL | 240º | 0.18% | 0.5% | - |
| HSV(B) | 240º | 0.3% | 0.59% | - |
| XYZ | 16.38 | 15.31 | 30.95 | - |
| YUV | 110.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 150 | 0.30 | 0.30 | 0 | 0.41 | 240 | 0.18 | 0.5 |
| Hex | 69 | 69 | 96 | 1E | 1E | 0 | 29 | F0 | 12 | 32 |
| Octal | 151 | 151 | 226 | 36 | 36 | 0 | 51 | 360 | 22 | 62 |
| Binary | 1101001 | 1101001 | 10010110 | 11110 | 11110 | 0 | 101001 | 11110000 | 10010 | 110010 |
Color Harmonies of #696996
Complementary color
Monochromatic Colors of #696996
Black with #696996
Text Example
Text Example
White with #696996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696996; }
p { color: rgb(105,105,150); }
H1.HeaderClassName
{
color: #696996;
}
.AnyTagClassName
{
color: #696996;
}
</style>
background-color css
<style>
a { background-color: #696996; }
a { background-color: rgb(105,105,150); }
div.DivClassName
{
background-color: #696996;
}
.BgClassName
{
background-color: #696996;
}
</style>
border-color css
<style>
span { border-color: #696996; }
span { border-color: rgb(105,105,150); }
td.TdClassName
{
border-color: #696996;
}
.TagClassName
{
border-color: #696996;
}
</style>