Shades of Scampi #676195
Tints of Scampi #676195
RGB
CMYK
RGB Variations
Color information
#676195 (or 0x676195) is known color: Scampi. HEX triplet: 67, 61 and 95. RGB value is (103,97,149). Sum of RGB (Red+Green+Blue) = 103+97+149=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #676195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676195 is #989E6A. Grayscale: #686868. Windows color (decimal): -10002027 or 9789799. OLE color: 9789799.
HSL color Cylindrical-coordinate representation of color #676195: hue angle of 246.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #676195 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 97 | 149 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.42 |
| HSL | 246.92º | 0.21% | 0.48% | - |
| HSV(B) | 246.92º | 0.35% | 0.58% | - |
| XYZ | 15.29 | 13.6 | 30.25 | - |
| YUV | 104.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 149 | 0.31 | 0.35 | 0 | 0.42 | 246.92 | 0.21 | 0.48 |
| Hex | 67 | 61 | 95 | 1F | 23 | 0 | 2A | F7 | 15 | 30 |
| Octal | 147 | 141 | 225 | 37 | 43 | 0 | 52 | 367 | 25 | 60 |
| Binary | 1100111 | 1100001 | 10010101 | 11111 | 100011 | 0 | 101010 | 11110111 | 10101 | 110000 |
Color Harmonies of #676195
Complementary color
Monochromatic Colors of #676195
Black with #676195
Text Example
Text Example
White with #676195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676195; }
p { color: rgb(103,97,149); }
H1.HeaderClassName
{
color: #676195;
}
.AnyTagClassName
{
color: #676195;
}
</style>
background-color css
<style>
a { background-color: #676195; }
a { background-color: rgb(103,97,149); }
div.DivClassName
{
background-color: #676195;
}
.BgClassName
{
background-color: #676195;
}
</style>
border-color css
<style>
span { border-color: #676195; }
span { border-color: rgb(103,97,149); }
td.TdClassName
{
border-color: #676195;
}
.TagClassName
{
border-color: #676195;
}
</style>