Shades of Scampi #696195
Tints of Scampi #696195
RGB
CMYK
RGB Variations
Color information
#696195 (or 0x696195) is known color: Scampi. HEX triplet: 69, 61 and 95. RGB value is (105,97,149). Sum of RGB (Red+Green+Blue) = 105+97+149=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #696195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696195 is #969E6A. Grayscale: #696969. Windows color (decimal): -9870955 or 9789801. OLE color: 9789801.
HSL color Cylindrical-coordinate representation of color #696195: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #696195 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 97 | 149 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.42 |
| HSL | 249.23º | 0.21% | 0.48% | - |
| HSV(B) | 249.23º | 0.35% | 0.58% | - |
| XYZ | 15.53 | 13.72 | 30.26 | - |
| YUV | 105.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 149 | 0.30 | 0.35 | 0 | 0.42 | 249.23 | 0.21 | 0.48 |
| Hex | 69 | 61 | 95 | 1E | 23 | 0 | 2A | F9 | 15 | 30 |
| Octal | 151 | 141 | 225 | 36 | 43 | 0 | 52 | 371 | 25 | 60 |
| Binary | 1101001 | 1100001 | 10010101 | 11110 | 100011 | 0 | 101010 | 11111001 | 10101 | 110000 |
Color Harmonies of #696195
Complementary color
Monochromatic Colors of #696195
Black with #696195
Text Example
Text Example
White with #696195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696195; }
p { color: rgb(105,97,149); }
H1.HeaderClassName
{
color: #696195;
}
.AnyTagClassName
{
color: #696195;
}
</style>
background-color css
<style>
a { background-color: #696195; }
a { background-color: rgb(105,97,149); }
div.DivClassName
{
background-color: #696195;
}
.BgClassName
{
background-color: #696195;
}
</style>
border-color css
<style>
span { border-color: #696195; }
span { border-color: rgb(105,97,149); }
td.TdClassName
{
border-color: #696195;
}
.TagClassName
{
border-color: #696195;
}
</style>