Shades of Scampi #67679D
Tints of Scampi #67679D
RGB
CMYK
RGB Variations
Color information
#67679D (or 0x67679D) is known color: Scampi. HEX triplet: 67, 67 and 9D. RGB value is (103,103,157). Sum of RGB (Red+Green+Blue) = 103+103+157=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #67679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67679D is #989862. Grayscale: #6C6C6C. Windows color (decimal): -10000483 or 10315623. OLE color: 10315623.
HSL color Cylindrical-coordinate representation of color #67679D: hue angle of 240º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67679D is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 103 | 157 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.38 |
| HSL | 240º | 0.22% | 0.51% | - |
| HSV(B) | 240º | 0.34% | 0.62% | - |
| XYZ | 16.53 | 15.02 | 33.93 | - |
| YUV | 109.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 157 | 0.34 | 0.34 | 0 | 0.38 | 240 | 0.22 | 0.51 |
| Hex | 67 | 67 | 9D | 22 | 22 | 0 | 26 | F0 | 16 | 33 |
| Octal | 147 | 147 | 235 | 42 | 42 | 0 | 46 | 360 | 26 | 63 |
| Binary | 1100111 | 1100111 | 10011101 | 100010 | 100010 | 0 | 100110 | 11110000 | 10110 | 110011 |
Color Harmonies of #67679D
Complementary color
Monochromatic Colors of #67679D
Black with #67679D
Text Example
Text Example
White with #67679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67679D; }
p { color: rgb(103,103,157); }
H1.HeaderClassName
{
color: #67679D;
}
.AnyTagClassName
{
color: #67679D;
}
</style>
background-color css
<style>
a { background-color: #67679D; }
a { background-color: rgb(103,103,157); }
div.DivClassName
{
background-color: #67679D;
}
.BgClassName
{
background-color: #67679D;
}
</style>
border-color css
<style>
span { border-color: #67679D; }
span { border-color: rgb(103,103,157); }
td.TdClassName
{
border-color: #67679D;
}
.TagClassName
{
border-color: #67679D;
}
</style>