Shades of Scampi #68639C
Tints of Scampi #68639C
RGB
CMYK
RGB Variations
Color information
#68639C (or 0x68639C) is known color: Scampi. HEX triplet: 68, 63 and 9C. RGB value is (104,99,156). Sum of RGB (Red+Green+Blue) = 104+99+156=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #68639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639C is #979C63. Grayscale: #6A6A6A. Windows color (decimal): -9935972 or 10249064. OLE color: 10249064.
HSL color Cylindrical-coordinate representation of color #68639C: hue angle of 245.26º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68639C is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 99 | 156 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.39 |
| HSL | 245.26º | 0.22% | 0.5% | - |
| HSV(B) | 245.26º | 0.37% | 0.61% | - |
| XYZ | 16.17 | 14.27 | 33.35 | - |
| YUV | 106.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 156 | 0.33 | 0.37 | 0 | 0.39 | 245.26 | 0.22 | 0.5 |
| Hex | 68 | 63 | 9C | 21 | 25 | 0 | 27 | F5 | 16 | 32 |
| Octal | 150 | 143 | 234 | 41 | 45 | 0 | 47 | 365 | 26 | 62 |
| Binary | 1101000 | 1100011 | 10011100 | 100001 | 100101 | 0 | 100111 | 11110101 | 10110 | 110010 |
Color Harmonies of #68639C
Complementary color
Monochromatic Colors of #68639C
Black with #68639C
Text Example
Text Example
White with #68639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68639C; }
p { color: rgb(104,99,156); }
H1.HeaderClassName
{
color: #68639C;
}
.AnyTagClassName
{
color: #68639C;
}
</style>
background-color css
<style>
a { background-color: #68639C; }
a { background-color: rgb(104,99,156); }
div.DivClassName
{
background-color: #68639C;
}
.BgClassName
{
background-color: #68639C;
}
</style>
border-color css
<style>
span { border-color: #68639C; }
span { border-color: rgb(104,99,156); }
td.TdClassName
{
border-color: #68639C;
}
.TagClassName
{
border-color: #68639C;
}
</style>