Shades of Scampi #67669F
Tints of Scampi #67669F
RGB
CMYK
RGB Variations
Color information
#67669F (or 0x67669F) is known color: Scampi. HEX triplet: 67, 66 and 9F. RGB value is (103,102,159). Sum of RGB (Red+Green+Blue) = 103+102+159=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #67669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67669F is #989960. Grayscale: #6C6C6C. Windows color (decimal): -10000737 or 10446439. OLE color: 10446439.
HSL color Cylindrical-coordinate representation of color #67669F: hue angle of 241.05º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67669F is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 102 | 159 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.38 |
| HSL | 241.05º | 0.23% | 0.51% | - |
| HSV(B) | 241.05º | 0.36% | 0.62% | - |
| XYZ | 16.6 | 14.89 | 34.8 | - |
| YUV | 108.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 159 | 0.35 | 0.36 | 0 | 0.38 | 241.05 | 0.23 | 0.51 |
| Hex | 67 | 66 | 9F | 23 | 24 | 0 | 26 | F1 | 17 | 33 |
| Octal | 147 | 146 | 237 | 43 | 44 | 0 | 46 | 361 | 27 | 63 |
| Binary | 1100111 | 1100110 | 10011111 | 100011 | 100100 | 0 | 100110 | 11110001 | 10111 | 110011 |
Color Harmonies of #67669F
Complementary color
Monochromatic Colors of #67669F
Black with #67669F
Text Example
Text Example
White with #67669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67669F; }
p { color: rgb(103,102,159); }
H1.HeaderClassName
{
color: #67669F;
}
.AnyTagClassName
{
color: #67669F;
}
</style>
background-color css
<style>
a { background-color: #67669F; }
a { background-color: rgb(103,102,159); }
div.DivClassName
{
background-color: #67669F;
}
.BgClassName
{
background-color: #67669F;
}
</style>
border-color css
<style>
span { border-color: #67669F; }
span { border-color: rgb(103,102,159); }
td.TdClassName
{
border-color: #67669F;
}
.TagClassName
{
border-color: #67669F;
}
</style>