Shades of Scampi #67689F
Tints of Scampi #67689F
RGB
CMYK
RGB Variations
Color information
#67689F (or 0x67689F) is known color: Scampi. HEX triplet: 67, 68 and 9F. RGB value is (103,104,159). Sum of RGB (Red+Green+Blue) = 103+104+159=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #67689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689F is #989760. Grayscale: #6D6D6D. Windows color (decimal): -10000225 or 10446951. OLE color: 10446951.
HSL color Cylindrical-coordinate representation of color #67689F: hue angle of 238.93º degrees, saturation: 0.23, 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 #67689F is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 104 | 159 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.38 |
| HSL | 238.93º | 0.23% | 0.51% | - |
| HSV(B) | 238.93º | 0.35% | 0.62% | - |
| XYZ | 16.8 | 15.29 | 34.87 | - |
| YUV | 109.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 159 | 0.35 | 0.35 | 0 | 0.38 | 238.93 | 0.23 | 0.51 |
| Hex | 67 | 68 | 9F | 23 | 23 | 0 | 26 | EF | 17 | 33 |
| Octal | 147 | 150 | 237 | 43 | 43 | 0 | 46 | 357 | 27 | 63 |
| Binary | 1100111 | 1101000 | 10011111 | 100011 | 100011 | 0 | 100110 | 11101111 | 10111 | 110011 |
Color Harmonies of #67689F
Complementary color
Monochromatic Colors of #67689F
Black with #67689F
Text Example
Text Example
White with #67689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67689F; }
p { color: rgb(103,104,159); }
H1.HeaderClassName
{
color: #67689F;
}
.AnyTagClassName
{
color: #67689F;
}
</style>
background-color css
<style>
a { background-color: #67689F; }
a { background-color: rgb(103,104,159); }
div.DivClassName
{
background-color: #67689F;
}
.BgClassName
{
background-color: #67689F;
}
</style>
border-color css
<style>
span { border-color: #67689F; }
span { border-color: rgb(103,104,159); }
td.TdClassName
{
border-color: #67689F;
}
.TagClassName
{
border-color: #67689F;
}
</style>