Shades of Scampi #68679D
Tints of Scampi #68679D
RGB
CMYK
RGB Variations
Color information
#68679D (or 0x68679D) is known color: Scampi. HEX triplet: 68, 67 and 9D. RGB value is (104,103,157). Sum of RGB (Red+Green+Blue) = 104+103+157=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #68679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68679D is #979862. Grayscale: #6D6D6D. Windows color (decimal): -9934947 or 10315624. OLE color: 10315624.
HSL color Cylindrical-coordinate representation of color #68679D: hue angle of 241.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68679D is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 103 | 157 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.38 |
| HSL | 241.11º | 0.22% | 0.51% | - |
| HSV(B) | 241.11º | 0.34% | 0.62% | - |
| XYZ | 16.64 | 15.08 | 33.93 | - |
| YUV | 109.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 157 | 0.34 | 0.34 | 0 | 0.38 | 241.11 | 0.22 | 0.51 |
| Hex | 68 | 67 | 9D | 22 | 22 | 0 | 26 | F1 | 16 | 33 |
| Octal | 150 | 147 | 235 | 42 | 42 | 0 | 46 | 361 | 26 | 63 |
| Binary | 1101000 | 1100111 | 10011101 | 100010 | 100010 | 0 | 100110 | 11110001 | 10110 | 110011 |
Color Harmonies of #68679D
Complementary color
Monochromatic Colors of #68679D
Black with #68679D
Text Example
Text Example
White with #68679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68679D; }
p { color: rgb(104,103,157); }
H1.HeaderClassName
{
color: #68679D;
}
.AnyTagClassName
{
color: #68679D;
}
</style>
background-color css
<style>
a { background-color: #68679D; }
a { background-color: rgb(104,103,157); }
div.DivClassName
{
background-color: #68679D;
}
.BgClassName
{
background-color: #68679D;
}
</style>
border-color css
<style>
span { border-color: #68679D; }
span { border-color: rgb(104,103,157); }
td.TdClassName
{
border-color: #68679D;
}
.TagClassName
{
border-color: #68679D;
}
</style>