Shades of Scampi #67679C
Tints of Scampi #67679C
RGB
CMYK
RGB Variations
Color information
#67679C (or 0x67679C) is known color: Scampi. HEX triplet: 67, 67 and 9C. RGB value is (103,103,156). Sum of RGB (Red+Green+Blue) = 103+103+156=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #67679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67679C is #989863. Grayscale: #6C6C6C. Windows color (decimal): -10000484 or 10250087. OLE color: 10250087.
HSL color Cylindrical-coordinate representation of color #67679C: hue angle of 240º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67679C is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 103 | 156 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.39 |
| HSL | 240º | 0.21% | 0.51% | - |
| HSV(B) | 240º | 0.34% | 0.61% | - |
| XYZ | 16.44 | 14.98 | 33.48 | - |
| YUV | 109.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 156 | 0.34 | 0.34 | 0 | 0.39 | 240 | 0.21 | 0.51 |
| Hex | 67 | 67 | 9C | 22 | 22 | 0 | 27 | F0 | 15 | 33 |
| Octal | 147 | 147 | 234 | 42 | 42 | 0 | 47 | 360 | 25 | 63 |
| Binary | 1100111 | 1100111 | 10011100 | 100010 | 100010 | 0 | 100111 | 11110000 | 10101 | 110011 |
Color Harmonies of #67679C
Complementary color
Monochromatic Colors of #67679C
Black with #67679C
Text Example
Text Example
White with #67679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67679C; }
p { color: rgb(103,103,156); }
H1.HeaderClassName
{
color: #67679C;
}
.AnyTagClassName
{
color: #67679C;
}
</style>
background-color css
<style>
a { background-color: #67679C; }
a { background-color: rgb(103,103,156); }
div.DivClassName
{
background-color: #67679C;
}
.BgClassName
{
background-color: #67679C;
}
</style>
border-color css
<style>
span { border-color: #67679C; }
span { border-color: rgb(103,103,156); }
td.TdClassName
{
border-color: #67679C;
}
.TagClassName
{
border-color: #67679C;
}
</style>