Shades of Scampi #696A8E
Tints of Scampi #696A8E
RGB
CMYK
RGB Variations
Color information
#696A8E (or 0x696A8E) is known color: Scampi. HEX triplet: 69, 6A and 8E. RGB value is (105,106,142). Sum of RGB (Red+Green+Blue) = 105+106+142=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #696A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A8E is #969571. Grayscale: #6D6D6D. Windows color (decimal): -9868658 or 9333353. OLE color: 9333353.
HSL color Cylindrical-coordinate representation of color #696A8E: hue angle of 238.38º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696A8E is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 106 | 142 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.44 |
| HSL | 238.38º | 0.15% | 0.48% | - |
| HSV(B) | 238.38º | 0.26% | 0.56% | - |
| XYZ | 15.86 | 15.26 | 27.7 | - |
| YUV | 109.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 142 | 0.26 | 0.25 | 0 | 0.44 | 238.38 | 0.15 | 0.48 |
| Hex | 69 | 6A | 8E | 1A | 19 | 0 | 2C | EE | F | 30 |
| Octal | 151 | 152 | 216 | 32 | 31 | 0 | 54 | 356 | 17 | 60 |
| Binary | 1101001 | 1101010 | 10001110 | 11010 | 11001 | 0 | 101100 | 11101110 | 1111 | 110000 |
Color Harmonies of #696A8E
Complementary color
Monochromatic Colors of #696A8E
Black with #696A8E
Text Example
Text Example
White with #696A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A8E; }
p { color: rgb(105,106,142); }
H1.HeaderClassName
{
color: #696A8E;
}
.AnyTagClassName
{
color: #696A8E;
}
</style>
background-color css
<style>
a { background-color: #696A8E; }
a { background-color: rgb(105,106,142); }
div.DivClassName
{
background-color: #696A8E;
}
.BgClassName
{
background-color: #696A8E;
}
</style>
border-color css
<style>
span { border-color: #696A8E; }
span { border-color: rgb(105,106,142); }
td.TdClassName
{
border-color: #696A8E;
}
.TagClassName
{
border-color: #696A8E;
}
</style>