Shades of Scampi #696297
Tints of Scampi #696297
RGB
CMYK
RGB Variations
Color information
#696297 (or 0x696297) is known color: Scampi. HEX triplet: 69, 62 and 97. RGB value is (105,98,151). Sum of RGB (Red+Green+Blue) = 105+98+151=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #696297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696297 is #969D68. Grayscale: #696969. Windows color (decimal): -9870697 or 9921129. OLE color: 9921129.
HSL color Cylindrical-coordinate representation of color #696297: hue angle of 247.92º 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 #696297 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 98 | 151 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.41 |
| HSL | 247.92º | 0.21% | 0.49% | - |
| HSV(B) | 247.92º | 0.35% | 0.59% | - |
| XYZ | 15.78 | 13.97 | 31.14 | - |
| YUV | 106.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 151 | 0.30 | 0.35 | 0 | 0.41 | 247.92 | 0.21 | 0.49 |
| Hex | 69 | 62 | 97 | 1E | 23 | 0 | 29 | F8 | 15 | 31 |
| Octal | 151 | 142 | 227 | 36 | 43 | 0 | 51 | 370 | 25 | 61 |
| Binary | 1101001 | 1100010 | 10010111 | 11110 | 100011 | 0 | 101001 | 11111000 | 10101 | 110001 |
Color Harmonies of #696297
Complementary color
Monochromatic Colors of #696297
Black with #696297
Text Example
Text Example
White with #696297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696297; }
p { color: rgb(105,98,151); }
H1.HeaderClassName
{
color: #696297;
}
.AnyTagClassName
{
color: #696297;
}
</style>
background-color css
<style>
a { background-color: #696297; }
a { background-color: rgb(105,98,151); }
div.DivClassName
{
background-color: #696297;
}
.BgClassName
{
background-color: #696297;
}
</style>
border-color css
<style>
span { border-color: #696297; }
span { border-color: rgb(105,98,151); }
td.TdClassName
{
border-color: #696297;
}
.TagClassName
{
border-color: #696297;
}
</style>