Shades of Scampi #696296
Tints of Scampi #696296
RGB
CMYK
RGB Variations
Color information
#696296 (or 0x696296) is known color: Scampi. HEX triplet: 69, 62 and 96. RGB value is (105,98,150). Sum of RGB (Red+Green+Blue) = 105+98+150=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #696296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696296 is #969D69. Grayscale: #696969. Windows color (decimal): -9870698 or 9855593. OLE color: 9855593.
HSL color Cylindrical-coordinate representation of color #696296: hue angle of 248.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #696296 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 98 | 150 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.41 |
| HSL | 248.08º | 0.21% | 0.49% | - |
| HSV(B) | 248.08º | 0.35% | 0.59% | - |
| XYZ | 15.7 | 13.94 | 30.72 | - |
| YUV | 106.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 150 | 0.30 | 0.35 | 0 | 0.41 | 248.08 | 0.21 | 0.49 |
| Hex | 69 | 62 | 96 | 1E | 23 | 0 | 29 | F8 | 15 | 31 |
| Octal | 151 | 142 | 226 | 36 | 43 | 0 | 51 | 370 | 25 | 61 |
| Binary | 1101001 | 1100010 | 10010110 | 11110 | 100011 | 0 | 101001 | 11111000 | 10101 | 110001 |
Color Harmonies of #696296
Complementary color
Monochromatic Colors of #696296
Black with #696296
Text Example
Text Example
White with #696296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696296; }
p { color: rgb(105,98,150); }
H1.HeaderClassName
{
color: #696296;
}
.AnyTagClassName
{
color: #696296;
}
</style>
background-color css
<style>
a { background-color: #696296; }
a { background-color: rgb(105,98,150); }
div.DivClassName
{
background-color: #696296;
}
.BgClassName
{
background-color: #696296;
}
</style>
border-color css
<style>
span { border-color: #696296; }
span { border-color: rgb(105,98,150); }
td.TdClassName
{
border-color: #696296;
}
.TagClassName
{
border-color: #696296;
}
</style>