Shades of Scampi #696C95
Tints of Scampi #696C95
RGB
CMYK
RGB Variations
Color information
#696C95 (or 0x696C95) is known color: Scampi. HEX triplet: 69, 6C and 95. RGB value is (105,108,149). Sum of RGB (Red+Green+Blue) = 105+108+149=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #696C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C95 is #96936A. Grayscale: #6F6F6F. Windows color (decimal): -9868139 or 9792617. OLE color: 9792617.
HSL color Cylindrical-coordinate representation of color #696C95: hue angle of 235.91º 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 #696C95 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 108 | 149 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.42 |
| HSL | 235.91º | 0.17% | 0.5% | - |
| HSV(B) | 235.91º | 0.3% | 0.58% | - |
| XYZ | 16.61 | 15.9 | 30.63 | - |
| YUV | 111.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 149 | 0.30 | 0.28 | 0 | 0.42 | 235.91 | 0.17 | 0.5 |
| Hex | 69 | 6C | 95 | 1E | 1C | 0 | 2A | EC | 11 | 32 |
| Octal | 151 | 154 | 225 | 36 | 34 | 0 | 52 | 354 | 21 | 62 |
| Binary | 1101001 | 1101100 | 10010101 | 11110 | 11100 | 0 | 101010 | 11101100 | 10001 | 110010 |
Color Harmonies of #696C95
Complementary color
Monochromatic Colors of #696C95
Black with #696C95
Text Example
Text Example
White with #696C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C95; }
p { color: rgb(105,108,149); }
H1.HeaderClassName
{
color: #696C95;
}
.AnyTagClassName
{
color: #696C95;
}
</style>
background-color css
<style>
a { background-color: #696C95; }
a { background-color: rgb(105,108,149); }
div.DivClassName
{
background-color: #696C95;
}
.BgClassName
{
background-color: #696C95;
}
</style>
border-color css
<style>
span { border-color: #696C95; }
span { border-color: rgb(105,108,149); }
td.TdClassName
{
border-color: #696C95;
}
.TagClassName
{
border-color: #696C95;
}
</style>