Shades of Scampi #67619C
Tints of Scampi #67619C
RGB
CMYK
RGB Variations
Color information
#67619C (or 0x67619C) is known color: Scampi. HEX triplet: 67, 61 and 9C. RGB value is (103,97,156). Sum of RGB (Red+Green+Blue) = 103+97+156=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #67619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67619C is #989E63. Grayscale: #696969. Windows color (decimal): -10002020 or 10248551. OLE color: 10248551.
HSL color Cylindrical-coordinate representation of color #67619C: hue angle of 246.1º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67619C is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 97 | 156 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.39 |
| HSL | 246.1º | 0.23% | 0.5% | - |
| HSV(B) | 246.1º | 0.38% | 0.61% | - |
| XYZ | 15.87 | 13.83 | 33.29 | - |
| YUV | 105.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 156 | 0.34 | 0.38 | 0 | 0.39 | 246.1 | 0.23 | 0.5 |
| Hex | 67 | 61 | 9C | 22 | 26 | 0 | 27 | F6 | 17 | 32 |
| Octal | 147 | 141 | 234 | 42 | 46 | 0 | 47 | 366 | 27 | 62 |
| Binary | 1100111 | 1100001 | 10011100 | 100010 | 100110 | 0 | 100111 | 11110110 | 10111 | 110010 |
Color Harmonies of #67619C
Complementary color
Monochromatic Colors of #67619C
Black with #67619C
Text Example
Text Example
White with #67619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67619C; }
p { color: rgb(103,97,156); }
H1.HeaderClassName
{
color: #67619C;
}
.AnyTagClassName
{
color: #67619C;
}
</style>
background-color css
<style>
a { background-color: #67619C; }
a { background-color: rgb(103,97,156); }
div.DivClassName
{
background-color: #67619C;
}
.BgClassName
{
background-color: #67619C;
}
</style>
border-color css
<style>
span { border-color: #67619C; }
span { border-color: rgb(103,97,156); }
td.TdClassName
{
border-color: #67619C;
}
.TagClassName
{
border-color: #67619C;
}
</style>