Shades of Scampi #67639B
Tints of Scampi #67639B
RGB
CMYK
RGB Variations
Color information
#67639B (or 0x67639B) is known color: Scampi. HEX triplet: 67, 63 and 9B. RGB value is (103,99,155). Sum of RGB (Red+Green+Blue) = 103+99+155=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 99 (39.06% from 255 or 27.73% 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 #67639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67639B is #989C64. Grayscale: #6A6A6A. Windows color (decimal): -10001509 or 10183527. OLE color: 10183527.
HSL color Cylindrical-coordinate representation of color #67639B: 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 #67639B is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 99 | 155 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.39 |
| HSL | 244.29º | 0.22% | 0.5% | - |
| HSV(B) | 244.29º | 0.36% | 0.61% | - |
| XYZ | 15.97 | 14.17 | 32.9 | - |
| YUV | 106.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 155 | 0.34 | 0.36 | 0 | 0.39 | 244.29 | 0.22 | 0.5 |
| Hex | 67 | 63 | 9B | 22 | 24 | 0 | 27 | F4 | 16 | 32 |
| Octal | 147 | 143 | 233 | 42 | 44 | 0 | 47 | 364 | 26 | 62 |
| Binary | 1100111 | 1100011 | 10011011 | 100010 | 100100 | 0 | 100111 | 11110100 | 10110 | 110010 |
Color Harmonies of #67639B
Complementary color
Monochromatic Colors of #67639B
Black with #67639B
Text Example
Text Example
White with #67639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67639B; }
p { color: rgb(103,99,155); }
H1.HeaderClassName
{
color: #67639B;
}
.AnyTagClassName
{
color: #67639B;
}
</style>
background-color css
<style>
a { background-color: #67639B; }
a { background-color: rgb(103,99,155); }
div.DivClassName
{
background-color: #67639B;
}
.BgClassName
{
background-color: #67639B;
}
</style>
border-color css
<style>
span { border-color: #67639B; }
span { border-color: rgb(103,99,155); }
td.TdClassName
{
border-color: #67639B;
}
.TagClassName
{
border-color: #67639B;
}
</style>