Shades of Scampi #676391
Tints of Scampi #676391
RGB
CMYK
RGB Variations
Color information
#676391 (or 0x676391) is known color: Scampi. HEX triplet: 67, 63 and 91. RGB value is (103,99,145). Sum of RGB (Red+Green+Blue) = 103+99+145=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #676391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676391 is #989C6E. Grayscale: #696969. Windows color (decimal): -10001519 or 9528167. OLE color: 9528167.
HSL color Cylindrical-coordinate representation of color #676391: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676391 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 99 | 145 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.43 |
| HSL | 245.22º | 0.19% | 0.48% | - |
| HSV(B) | 245.22º | 0.32% | 0.57% | - |
| XYZ | 15.17 | 13.85 | 28.66 | - |
| YUV | 105.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 145 | 0.29 | 0.32 | 0 | 0.43 | 245.22 | 0.19 | 0.48 |
| Hex | 67 | 63 | 91 | 1D | 20 | 0 | 2B | F5 | 13 | 30 |
| Octal | 147 | 143 | 221 | 35 | 40 | 0 | 53 | 365 | 23 | 60 |
| Binary | 1100111 | 1100011 | 10010001 | 11101 | 100000 | 0 | 101011 | 11110101 | 10011 | 110000 |
Color Harmonies of #676391
Complementary color
Monochromatic Colors of #676391
Black with #676391
Text Example
Text Example
White with #676391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676391; }
p { color: rgb(103,99,145); }
H1.HeaderClassName
{
color: #676391;
}
.AnyTagClassName
{
color: #676391;
}
</style>
background-color css
<style>
a { background-color: #676391; }
a { background-color: rgb(103,99,145); }
div.DivClassName
{
background-color: #676391;
}
.BgClassName
{
background-color: #676391;
}
</style>
border-color css
<style>
span { border-color: #676391; }
span { border-color: rgb(103,99,145); }
td.TdClassName
{
border-color: #676391;
}
.TagClassName
{
border-color: #676391;
}
</style>