Shades of Scampi #68639B
Tints of Scampi #68639B
RGB
CMYK
RGB Variations
Color information
#68639B (or 0x68639B) is known color: Scampi. HEX triplet: 68, 63 and 9B. RGB value is (104,99,155). Sum of RGB (Red+Green+Blue) = 104+99+155=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #68639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639B is #979C64. Grayscale: #6A6A6A. Windows color (decimal): -9935973 or 10183528. OLE color: 10183528.
HSL color Cylindrical-coordinate representation of color #68639B: hue angle of 245.36º 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 #68639B is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 99 | 155 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.39 |
| HSL | 245.36º | 0.22% | 0.5% | - |
| HSV(B) | 245.36º | 0.36% | 0.61% | - |
| XYZ | 16.09 | 14.23 | 32.91 | - |
| YUV | 106.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 155 | 0.33 | 0.36 | 0 | 0.39 | 245.36 | 0.22 | 0.5 |
| Hex | 68 | 63 | 9B | 21 | 24 | 0 | 27 | F5 | 16 | 32 |
| Octal | 150 | 143 | 233 | 41 | 44 | 0 | 47 | 365 | 26 | 62 |
| Binary | 1101000 | 1100011 | 10011011 | 100001 | 100100 | 0 | 100111 | 11110101 | 10110 | 110010 |
Color Harmonies of #68639B
Complementary color
Monochromatic Colors of #68639B
Black with #68639B
Text Example
Text Example
White with #68639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68639B; }
p { color: rgb(104,99,155); }
H1.HeaderClassName
{
color: #68639B;
}
.AnyTagClassName
{
color: #68639B;
}
</style>
background-color css
<style>
a { background-color: #68639B; }
a { background-color: rgb(104,99,155); }
div.DivClassName
{
background-color: #68639B;
}
.BgClassName
{
background-color: #68639B;
}
</style>
border-color css
<style>
span { border-color: #68639B; }
span { border-color: rgb(104,99,155); }
td.TdClassName
{
border-color: #68639B;
}
.TagClassName
{
border-color: #68639B;
}
</style>