Shades of Scampi #67649B
Tints of Scampi #67649B
RGB
CMYK
RGB Variations
Color information
#67649B (or 0x67649B) is known color: Scampi. HEX triplet: 67, 64 and 9B. RGB value is (103,100,155). Sum of RGB (Red+Green+Blue) = 103+100+155=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 100 (39.45% from 255 or 27.93% 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 #67649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67649B is #989B64. Grayscale: #6A6A6A. Windows color (decimal): -10001253 or 10183783. OLE color: 10183783.
HSL color Cylindrical-coordinate representation of color #67649B: hue angle of 243.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67649B is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 100 | 155 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.39 |
| HSL | 243.27º | 0.22% | 0.5% | - |
| HSV(B) | 243.27º | 0.35% | 0.61% | - |
| XYZ | 16.07 | 14.36 | 32.94 | - |
| YUV | 107.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 155 | 0.34 | 0.35 | 0 | 0.39 | 243.27 | 0.22 | 0.5 |
| Hex | 67 | 64 | 9B | 22 | 23 | 0 | 27 | F3 | 16 | 32 |
| Octal | 147 | 144 | 233 | 42 | 43 | 0 | 47 | 363 | 26 | 62 |
| Binary | 1100111 | 1100100 | 10011011 | 100010 | 100011 | 0 | 100111 | 11110011 | 10110 | 110010 |
Color Harmonies of #67649B
Complementary color
Monochromatic Colors of #67649B
Black with #67649B
Text Example
Text Example
White with #67649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67649B; }
p { color: rgb(103,100,155); }
H1.HeaderClassName
{
color: #67649B;
}
.AnyTagClassName
{
color: #67649B;
}
</style>
background-color css
<style>
a { background-color: #67649B; }
a { background-color: rgb(103,100,155); }
div.DivClassName
{
background-color: #67649B;
}
.BgClassName
{
background-color: #67649B;
}
</style>
border-color css
<style>
span { border-color: #67649B; }
span { border-color: rgb(103,100,155); }
td.TdClassName
{
border-color: #67649B;
}
.TagClassName
{
border-color: #67649B;
}
</style>