Shades of Scampi #696292
Tints of Scampi #696292
RGB
CMYK
RGB Variations
Color information
#696292 (or 0x696292) is known color: Scampi. HEX triplet: 69, 62 and 92. RGB value is (105,98,146). Sum of RGB (Red+Green+Blue) = 105+98+146=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #696292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696292 is #969D6D. Grayscale: #696969. Windows color (decimal): -9870702 or 9593449. OLE color: 9593449.
HSL color Cylindrical-coordinate representation of color #696292: hue angle of 248.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696292 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 98 | 146 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.43 |
| HSL | 248.75º | 0.2% | 0.48% | - |
| HSV(B) | 248.75º | 0.33% | 0.57% | - |
| XYZ | 15.38 | 13.81 | 29.05 | - |
| YUV | 105.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 146 | 0.28 | 0.33 | 0 | 0.43 | 248.75 | 0.2 | 0.48 |
| Hex | 69 | 62 | 92 | 1C | 21 | 0 | 2B | F9 | 14 | 30 |
| Octal | 151 | 142 | 222 | 34 | 41 | 0 | 53 | 371 | 24 | 60 |
| Binary | 1101001 | 1100010 | 10010010 | 11100 | 100001 | 0 | 101011 | 11111001 | 10100 | 110000 |
Color Harmonies of #696292
Complementary color
Monochromatic Colors of #696292
Black with #696292
Text Example
Text Example
White with #696292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696292; }
p { color: rgb(105,98,146); }
H1.HeaderClassName
{
color: #696292;
}
.AnyTagClassName
{
color: #696292;
}
</style>
background-color css
<style>
a { background-color: #696292; }
a { background-color: rgb(105,98,146); }
div.DivClassName
{
background-color: #696292;
}
.BgClassName
{
background-color: #696292;
}
</style>
border-color css
<style>
span { border-color: #696292; }
span { border-color: rgb(105,98,146); }
td.TdClassName
{
border-color: #696292;
}
.TagClassName
{
border-color: #696292;
}
</style>