Shades of Scampi #696691
Tints of Scampi #696691
RGB
CMYK
RGB Variations
Color information
#696691 (or 0x696691) is known color: Scampi. HEX triplet: 69, 66 and 91. RGB value is (105,102,145). Sum of RGB (Red+Green+Blue) = 105+102+145=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #696691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696691 is #96996E. Grayscale: #6B6B6B. Windows color (decimal): -9869679 or 9528937. OLE color: 9528937.
HSL color Cylindrical-coordinate representation of color #696691: hue angle of 244.19º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696691 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 102 | 145 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.43 |
| HSL | 244.19º | 0.17% | 0.48% | - |
| HSV(B) | 244.19º | 0.3% | 0.57% | - |
| XYZ | 15.69 | 14.55 | 28.77 | - |
| YUV | 107.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 145 | 0.28 | 0.30 | 0 | 0.43 | 244.19 | 0.17 | 0.48 |
| Hex | 69 | 66 | 91 | 1C | 1E | 0 | 2B | F4 | 11 | 30 |
| Octal | 151 | 146 | 221 | 34 | 36 | 0 | 53 | 364 | 21 | 60 |
| Binary | 1101001 | 1100110 | 10010001 | 11100 | 11110 | 0 | 101011 | 11110100 | 10001 | 110000 |
Color Harmonies of #696691
Complementary color
Monochromatic Colors of #696691
Black with #696691
Text Example
Text Example
White with #696691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696691; }
p { color: rgb(105,102,145); }
H1.HeaderClassName
{
color: #696691;
}
.AnyTagClassName
{
color: #696691;
}
</style>
background-color css
<style>
a { background-color: #696691; }
a { background-color: rgb(105,102,145); }
div.DivClassName
{
background-color: #696691;
}
.BgClassName
{
background-color: #696691;
}
</style>
border-color css
<style>
span { border-color: #696691; }
span { border-color: rgb(105,102,145); }
td.TdClassName
{
border-color: #696691;
}
.TagClassName
{
border-color: #696691;
}
</style>