Shades of Scampi #696893
Tints of Scampi #696893
RGB
CMYK
RGB Variations
Color information
#696893 (or 0x696893) is known color: Scampi. HEX triplet: 69, 68 and 93. RGB value is (105,104,147). Sum of RGB (Red+Green+Blue) = 105+104+147=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #696893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696893 is #96976C. Grayscale: #6D6D6D. Windows color (decimal): -9869165 or 9660521. OLE color: 9660521.
HSL color Cylindrical-coordinate representation of color #696893: hue angle of 241.4º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696893 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 104 | 147 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.42 |
| HSL | 241.4º | 0.17% | 0.49% | - |
| HSV(B) | 241.4º | 0.29% | 0.58% | - |
| XYZ | 16.04 | 15.01 | 29.66 | - |
| YUV | 109.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 147 | 0.29 | 0.29 | 0 | 0.42 | 241.4 | 0.17 | 0.49 |
| Hex | 69 | 68 | 93 | 1D | 1D | 0 | 2A | F1 | 11 | 31 |
| Octal | 151 | 150 | 223 | 35 | 35 | 0 | 52 | 361 | 21 | 61 |
| Binary | 1101001 | 1101000 | 10010011 | 11101 | 11101 | 0 | 101010 | 11110001 | 10001 | 110001 |
Color Harmonies of #696893
Complementary color
Monochromatic Colors of #696893
Black with #696893
Text Example
Text Example
White with #696893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696893; }
p { color: rgb(105,104,147); }
H1.HeaderClassName
{
color: #696893;
}
.AnyTagClassName
{
color: #696893;
}
</style>
background-color css
<style>
a { background-color: #696893; }
a { background-color: rgb(105,104,147); }
div.DivClassName
{
background-color: #696893;
}
.BgClassName
{
background-color: #696893;
}
</style>
border-color css
<style>
span { border-color: #696893; }
span { border-color: rgb(105,104,147); }
td.TdClassName
{
border-color: #696893;
}
.TagClassName
{
border-color: #696893;
}
</style>