Shades of Scampi #68669F
Tints of Scampi #68669F
RGB
CMYK
RGB Variations
Color information
#68669F (or 0x68669F) is known color: Scampi. HEX triplet: 68, 66 and 9F. RGB value is (104,102,159). Sum of RGB (Red+Green+Blue) = 104+102+159=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #68669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68669F is #979960. Grayscale: #6C6C6C. Windows color (decimal): -9935201 or 10446440. OLE color: 10446440.
HSL color Cylindrical-coordinate representation of color #68669F: hue angle of 242.11º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68669F is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 102 | 159 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.38 |
| HSL | 242.11º | 0.23% | 0.51% | - |
| HSV(B) | 242.11º | 0.36% | 0.62% | - |
| XYZ | 16.72 | 14.95 | 34.81 | - |
| YUV | 109.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 159 | 0.35 | 0.36 | 0 | 0.38 | 242.11 | 0.23 | 0.51 |
| Hex | 68 | 66 | 9F | 23 | 24 | 0 | 26 | F2 | 17 | 33 |
| Octal | 150 | 146 | 237 | 43 | 44 | 0 | 46 | 362 | 27 | 63 |
| Binary | 1101000 | 1100110 | 10011111 | 100011 | 100100 | 0 | 100110 | 11110010 | 10111 | 110011 |
Color Harmonies of #68669F
Complementary color
Monochromatic Colors of #68669F
Black with #68669F
Text Example
Text Example
White with #68669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68669F; }
p { color: rgb(104,102,159); }
H1.HeaderClassName
{
color: #68669F;
}
.AnyTagClassName
{
color: #68669F;
}
</style>
background-color css
<style>
a { background-color: #68669F; }
a { background-color: rgb(104,102,159); }
div.DivClassName
{
background-color: #68669F;
}
.BgClassName
{
background-color: #68669F;
}
</style>
border-color css
<style>
span { border-color: #68669F; }
span { border-color: rgb(104,102,159); }
td.TdClassName
{
border-color: #68669F;
}
.TagClassName
{
border-color: #68669F;
}
</style>