Shades of Scampi #68649C
Tints of Scampi #68649C
RGB
CMYK
RGB Variations
Color information
#68649C (or 0x68649C) is known color: Scampi. HEX triplet: 68, 64 and 9C. RGB value is (104,100,156). Sum of RGB (Red+Green+Blue) = 104+100+156=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #68649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68649C is #979B63. Grayscale: #6B6B6B. Windows color (decimal): -9935716 or 10249320. OLE color: 10249320.
HSL color Cylindrical-coordinate representation of color #68649C: hue angle of 244.29º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68649C is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 100 | 156 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.39 |
| HSL | 244.29º | 0.22% | 0.5% | - |
| HSV(B) | 244.29º | 0.36% | 0.61% | - |
| XYZ | 16.27 | 14.46 | 33.39 | - |
| YUV | 107.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 156 | 0.33 | 0.36 | 0 | 0.39 | 244.29 | 0.22 | 0.5 |
| Hex | 68 | 64 | 9C | 21 | 24 | 0 | 27 | F4 | 16 | 32 |
| Octal | 150 | 144 | 234 | 41 | 44 | 0 | 47 | 364 | 26 | 62 |
| Binary | 1101000 | 1100100 | 10011100 | 100001 | 100100 | 0 | 100111 | 11110100 | 10110 | 110010 |
Color Harmonies of #68649C
Complementary color
Monochromatic Colors of #68649C
Black with #68649C
Text Example
Text Example
White with #68649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68649C; }
p { color: rgb(104,100,156); }
H1.HeaderClassName
{
color: #68649C;
}
.AnyTagClassName
{
color: #68649C;
}
</style>
background-color css
<style>
a { background-color: #68649C; }
a { background-color: rgb(104,100,156); }
div.DivClassName
{
background-color: #68649C;
}
.BgClassName
{
background-color: #68649C;
}
</style>
border-color css
<style>
span { border-color: #68649C; }
span { border-color: rgb(104,100,156); }
td.TdClassName
{
border-color: #68649C;
}
.TagClassName
{
border-color: #68649C;
}
</style>