Shades of Scampi #67669E
Tints of Scampi #67669E
RGB
CMYK
RGB Variations
Color information
#67669E (or 0x67669E) is known color: Scampi. HEX triplet: 67, 66 and 9E. RGB value is (103,102,158). Sum of RGB (Red+Green+Blue) = 103+102+158=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #67669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67669E is #989961. Grayscale: #6C6C6C. Windows color (decimal): -10000738 or 10380903. OLE color: 10380903.
HSL color Cylindrical-coordinate representation of color #67669E: hue angle of 241.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67669E is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 102 | 158 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.38 |
| HSL | 241.07º | 0.22% | 0.51% | - |
| HSV(B) | 241.07º | 0.35% | 0.62% | - |
| XYZ | 16.52 | 14.85 | 34.34 | - |
| YUV | 108.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 158 | 0.35 | 0.35 | 0 | 0.38 | 241.07 | 0.22 | 0.51 |
| Hex | 67 | 66 | 9E | 23 | 23 | 0 | 26 | F1 | 16 | 33 |
| Octal | 147 | 146 | 236 | 43 | 43 | 0 | 46 | 361 | 26 | 63 |
| Binary | 1100111 | 1100110 | 10011110 | 100011 | 100011 | 0 | 100110 | 11110001 | 10110 | 110011 |
Color Harmonies of #67669E
Complementary color
Monochromatic Colors of #67669E
Black with #67669E
Text Example
Text Example
White with #67669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67669E; }
p { color: rgb(103,102,158); }
H1.HeaderClassName
{
color: #67669E;
}
.AnyTagClassName
{
color: #67669E;
}
</style>
background-color css
<style>
a { background-color: #67669E; }
a { background-color: rgb(103,102,158); }
div.DivClassName
{
background-color: #67669E;
}
.BgClassName
{
background-color: #67669E;
}
</style>
border-color css
<style>
span { border-color: #67669E; }
span { border-color: rgb(103,102,158); }
td.TdClassName
{
border-color: #67669E;
}
.TagClassName
{
border-color: #67669E;
}
</style>