Shades of Scampi #696495
Tints of Scampi #696495
RGB
CMYK
RGB Variations
Color information
#696495 (or 0x696495) is known color: Scampi. HEX triplet: 69, 64 and 95. RGB value is (105,100,149). Sum of RGB (Red+Green+Blue) = 105+100+149=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #696495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696495 is #969B6A. Grayscale: #6A6A6A. Windows color (decimal): -9870187 or 9790569. OLE color: 9790569.
HSL color Cylindrical-coordinate representation of color #696495: hue angle of 246.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696495 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 100 | 149 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.42 |
| HSL | 246.12º | 0.2% | 0.49% | - |
| HSV(B) | 246.12º | 0.33% | 0.58% | - |
| XYZ | 15.81 | 14.29 | 30.36 | - |
| YUV | 107.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 149 | 0.30 | 0.33 | 0 | 0.42 | 246.12 | 0.2 | 0.49 |
| Hex | 69 | 64 | 95 | 1E | 21 | 0 | 2A | F6 | 14 | 31 |
| Octal | 151 | 144 | 225 | 36 | 41 | 0 | 52 | 366 | 24 | 61 |
| Binary | 1101001 | 1100100 | 10010101 | 11110 | 100001 | 0 | 101010 | 11110110 | 10100 | 110001 |
Color Harmonies of #696495
Complementary color
Monochromatic Colors of #696495
Black with #696495
Text Example
Text Example
White with #696495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696495; }
p { color: rgb(105,100,149); }
H1.HeaderClassName
{
color: #696495;
}
.AnyTagClassName
{
color: #696495;
}
</style>
background-color css
<style>
a { background-color: #696495; }
a { background-color: rgb(105,100,149); }
div.DivClassName
{
background-color: #696495;
}
.BgClassName
{
background-color: #696495;
}
</style>
border-color css
<style>
span { border-color: #696495; }
span { border-color: rgb(105,100,149); }
td.TdClassName
{
border-color: #696495;
}
.TagClassName
{
border-color: #696495;
}
</style>