Shades of Scampi #68609E
Tints of Scampi #68609E
RGB
CMYK
RGB Variations
Color information
#68609E (or 0x68609E) is known color: Scampi. HEX triplet: 68, 60 and 9E. RGB value is (104,96,158). Sum of RGB (Red+Green+Blue) = 104+96+158=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #68609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68609E is #979F61. Grayscale: #696969. Windows color (decimal): -9936738 or 10379368. OLE color: 10379368.
HSL color Cylindrical-coordinate representation of color #68609E: hue angle of 247.74º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68609E is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 96 | 158 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.38 |
| HSL | 247.74º | 0.24% | 0.5% | - |
| HSV(B) | 247.74º | 0.39% | 0.62% | - |
| XYZ | 16.06 | 13.78 | 34.16 | - |
| YUV | 105.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 158 | 0.34 | 0.39 | 0 | 0.38 | 247.74 | 0.24 | 0.5 |
| Hex | 68 | 60 | 9E | 22 | 27 | 0 | 26 | F8 | 18 | 32 |
| Octal | 150 | 140 | 236 | 42 | 47 | 0 | 46 | 370 | 30 | 62 |
| Binary | 1101000 | 1100000 | 10011110 | 100010 | 100111 | 0 | 100110 | 11111000 | 11000 | 110010 |
Color Harmonies of #68609E
Complementary color
Monochromatic Colors of #68609E
Black with #68609E
Text Example
Text Example
White with #68609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68609E; }
p { color: rgb(104,96,158); }
H1.HeaderClassName
{
color: #68609E;
}
.AnyTagClassName
{
color: #68609E;
}
</style>
background-color css
<style>
a { background-color: #68609E; }
a { background-color: rgb(104,96,158); }
div.DivClassName
{
background-color: #68609E;
}
.BgClassName
{
background-color: #68609E;
}
</style>
border-color css
<style>
span { border-color: #68609E; }
span { border-color: rgb(104,96,158); }
td.TdClassName
{
border-color: #68609E;
}
.TagClassName
{
border-color: #68609E;
}
</style>