Shades of Scampi #67669C
Tints of Scampi #67669C
RGB
CMYK
RGB Variations
Color information
#67669C (or 0x67669C) is known color: Scampi. HEX triplet: 67, 66 and 9C. RGB value is (103,102,156). Sum of RGB (Red+Green+Blue) = 103+102+156=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #67669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67669C is #989963. Grayscale: #6C6C6C. Windows color (decimal): -10000740 or 10249831. OLE color: 10249831.
HSL color Cylindrical-coordinate representation of color #67669C: hue angle of 241.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67669C is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 102 | 156 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.39 |
| HSL | 241.11º | 0.21% | 0.51% | - |
| HSV(B) | 241.11º | 0.35% | 0.61% | - |
| XYZ | 16.35 | 14.79 | 33.45 | - |
| YUV | 108.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 156 | 0.34 | 0.35 | 0 | 0.39 | 241.11 | 0.21 | 0.51 |
| Hex | 67 | 66 | 9C | 22 | 23 | 0 | 27 | F1 | 15 | 33 |
| Octal | 147 | 146 | 234 | 42 | 43 | 0 | 47 | 361 | 25 | 63 |
| Binary | 1100111 | 1100110 | 10011100 | 100010 | 100011 | 0 | 100111 | 11110001 | 10101 | 110011 |
Color Harmonies of #67669C
Complementary color
Monochromatic Colors of #67669C
Black with #67669C
Text Example
Text Example
White with #67669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67669C; }
p { color: rgb(103,102,156); }
H1.HeaderClassName
{
color: #67669C;
}
.AnyTagClassName
{
color: #67669C;
}
</style>
background-color css
<style>
a { background-color: #67669C; }
a { background-color: rgb(103,102,156); }
div.DivClassName
{
background-color: #67669C;
}
.BgClassName
{
background-color: #67669C;
}
</style>
border-color css
<style>
span { border-color: #67669C; }
span { border-color: rgb(103,102,156); }
td.TdClassName
{
border-color: #67669C;
}
.TagClassName
{
border-color: #67669C;
}
</style>