Shades of Scampi #68629B
Tints of Scampi #68629B
RGB
CMYK
RGB Variations
Color information
#68629B (or 0x68629B) is known color: Scampi. HEX triplet: 68, 62 and 9B. RGB value is (104,98,155). Sum of RGB (Red+Green+Blue) = 104+98+155=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #68629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68629B is #979D64. Grayscale: #6A6A6A. Windows color (decimal): -9936229 or 10183272. OLE color: 10183272.
HSL color Cylindrical-coordinate representation of color #68629B: hue angle of 246.32º degrees, saturation: 0.23, 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 #68629B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 98 | 155 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.39 |
| HSL | 246.32º | 0.23% | 0.5% | - |
| HSV(B) | 246.32º | 0.37% | 0.61% | - |
| XYZ | 15.99 | 14.04 | 32.88 | - |
| YUV | 106.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 155 | 0.33 | 0.37 | 0 | 0.39 | 246.32 | 0.23 | 0.5 |
| Hex | 68 | 62 | 9B | 21 | 25 | 0 | 27 | F6 | 17 | 32 |
| Octal | 150 | 142 | 233 | 41 | 45 | 0 | 47 | 366 | 27 | 62 |
| Binary | 1101000 | 1100010 | 10011011 | 100001 | 100101 | 0 | 100111 | 11110110 | 10111 | 110010 |
Color Harmonies of #68629B
Complementary color
Monochromatic Colors of #68629B
Black with #68629B
Text Example
Text Example
White with #68629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68629B; }
p { color: rgb(104,98,155); }
H1.HeaderClassName
{
color: #68629B;
}
.AnyTagClassName
{
color: #68629B;
}
</style>
background-color css
<style>
a { background-color: #68629B; }
a { background-color: rgb(104,98,155); }
div.DivClassName
{
background-color: #68629B;
}
.BgClassName
{
background-color: #68629B;
}
</style>
border-color css
<style>
span { border-color: #68629B; }
span { border-color: rgb(104,98,155); }
td.TdClassName
{
border-color: #68629B;
}
.TagClassName
{
border-color: #68629B;
}
</style>