Shades of Scampi #676297
Tints of Scampi #676297
RGB
CMYK
RGB Variations
Color information
#676297 (or 0x676297) is known color: Scampi. HEX triplet: 67, 62 and 97. RGB value is (103,98,151). Sum of RGB (Red+Green+Blue) = 103+98+151=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #676297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676297 is #989D68. Grayscale: #696969. Windows color (decimal): -10001769 or 9921127. OLE color: 9921127.
HSL color Cylindrical-coordinate representation of color #676297: hue angle of 245.66º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #676297 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 98 | 151 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.41 |
| HSL | 245.66º | 0.21% | 0.49% | - |
| HSV(B) | 245.66º | 0.35% | 0.59% | - |
| XYZ | 15.55 | 13.85 | 31.13 | - |
| YUV | 105.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 151 | 0.32 | 0.35 | 0 | 0.41 | 245.66 | 0.21 | 0.49 |
| Hex | 67 | 62 | 97 | 20 | 23 | 0 | 29 | F6 | 15 | 31 |
| Octal | 147 | 142 | 227 | 40 | 43 | 0 | 51 | 366 | 25 | 61 |
| Binary | 1100111 | 1100010 | 10010111 | 100000 | 100011 | 0 | 101001 | 11110110 | 10101 | 110001 |
Color Harmonies of #676297
Complementary color
Monochromatic Colors of #676297
Black with #676297
Text Example
Text Example
White with #676297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676297; }
p { color: rgb(103,98,151); }
H1.HeaderClassName
{
color: #676297;
}
.AnyTagClassName
{
color: #676297;
}
</style>
background-color css
<style>
a { background-color: #676297; }
a { background-color: rgb(103,98,151); }
div.DivClassName
{
background-color: #676297;
}
.BgClassName
{
background-color: #676297;
}
</style>
border-color css
<style>
span { border-color: #676297; }
span { border-color: rgb(103,98,151); }
td.TdClassName
{
border-color: #676297;
}
.TagClassName
{
border-color: #676297;
}
</style>