Shades of Scampi #696995
Tints of Scampi #696995
RGB
CMYK
RGB Variations
Color information
#696995 (or 0x696995) is known color: Scampi. HEX triplet: 69, 69 and 95. RGB value is (105,105,149). Sum of RGB (Red+Green+Blue) = 105+105+149=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #696995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696995 is #96966A. Grayscale: #6D6D6D. Windows color (decimal): -9868907 or 9791849. OLE color: 9791849.
HSL color Cylindrical-coordinate representation of color #696995: hue angle of 240º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696995 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 105 | 149 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.42 |
| HSL | 240º | 0.17% | 0.5% | - |
| HSV(B) | 240º | 0.3% | 0.58% | - |
| XYZ | 16.3 | 15.28 | 30.52 | - |
| YUV | 110.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 149 | 0.30 | 0.30 | 0 | 0.42 | 240 | 0.17 | 0.5 |
| Hex | 69 | 69 | 95 | 1E | 1E | 0 | 2A | F0 | 11 | 32 |
| Octal | 151 | 151 | 225 | 36 | 36 | 0 | 52 | 360 | 21 | 62 |
| Binary | 1101001 | 1101001 | 10010101 | 11110 | 11110 | 0 | 101010 | 11110000 | 10001 | 110010 |
Color Harmonies of #696995
Complementary color
Monochromatic Colors of #696995
Black with #696995
Text Example
Text Example
White with #696995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696995; }
p { color: rgb(105,105,149); }
H1.HeaderClassName
{
color: #696995;
}
.AnyTagClassName
{
color: #696995;
}
</style>
background-color css
<style>
a { background-color: #696995; }
a { background-color: rgb(105,105,149); }
div.DivClassName
{
background-color: #696995;
}
.BgClassName
{
background-color: #696995;
}
</style>
border-color css
<style>
span { border-color: #696995; }
span { border-color: rgb(105,105,149); }
td.TdClassName
{
border-color: #696995;
}
.TagClassName
{
border-color: #696995;
}
</style>