Shades of Scampi #68698E
Tints of Scampi #68698E
RGB
CMYK
RGB Variations
Color information
#68698E (or 0x68698E) is known color: Scampi. HEX triplet: 68, 69 and 8E. RGB value is (104,105,142). Sum of RGB (Red+Green+Blue) = 104+105+142=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #68698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68698E is #979671. Grayscale: #6C6C6C. Windows color (decimal): -9934450 or 9333096. OLE color: 9333096.
HSL color Cylindrical-coordinate representation of color #68698E: hue angle of 238.42º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68698E is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 105 | 142 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.44 |
| HSL | 238.42º | 0.15% | 0.48% | - |
| HSV(B) | 238.42º | 0.27% | 0.56% | - |
| XYZ | 15.64 | 15 | 27.66 | - |
| YUV | 108.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 142 | 0.27 | 0.26 | 0 | 0.44 | 238.42 | 0.15 | 0.48 |
| Hex | 68 | 69 | 8E | 1B | 1A | 0 | 2C | EE | F | 30 |
| Octal | 150 | 151 | 216 | 33 | 32 | 0 | 54 | 356 | 17 | 60 |
| Binary | 1101000 | 1101001 | 10001110 | 11011 | 11010 | 0 | 101100 | 11101110 | 1111 | 110000 |
Color Harmonies of #68698E
Complementary color
Monochromatic Colors of #68698E
Black with #68698E
Text Example
Text Example
White with #68698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68698E; }
p { color: rgb(104,105,142); }
H1.HeaderClassName
{
color: #68698E;
}
.AnyTagClassName
{
color: #68698E;
}
</style>
background-color css
<style>
a { background-color: #68698E; }
a { background-color: rgb(104,105,142); }
div.DivClassName
{
background-color: #68698E;
}
.BgClassName
{
background-color: #68698E;
}
</style>
border-color css
<style>
span { border-color: #68698E; }
span { border-color: rgb(104,105,142); }
td.TdClassName
{
border-color: #68698E;
}
.TagClassName
{
border-color: #68698E;
}
</style>