Shades of Scampi #676595
Tints of Scampi #676595
RGB
CMYK
RGB Variations
Color information
#676595 (or 0x676595) is known color: Scampi. HEX triplet: 67, 65 and 95. RGB value is (103,101,149). Sum of RGB (Red+Green+Blue) = 103+101+149=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #676595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676595 is #989A6A. Grayscale: #6A6A6A. Windows color (decimal): -10001003 or 9790823. OLE color: 9790823.
HSL color Cylindrical-coordinate representation of color #676595: hue angle of 242.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676595 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 101 | 149 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.42 |
| HSL | 242.5º | 0.19% | 0.49% | - |
| HSV(B) | 242.5º | 0.32% | 0.58% | - |
| XYZ | 15.67 | 14.36 | 30.38 | - |
| YUV | 107.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 149 | 0.31 | 0.32 | 0 | 0.42 | 242.5 | 0.19 | 0.49 |
| Hex | 67 | 65 | 95 | 1F | 20 | 0 | 2A | F2 | 13 | 31 |
| Octal | 147 | 145 | 225 | 37 | 40 | 0 | 52 | 362 | 23 | 61 |
| Binary | 1100111 | 1100101 | 10010101 | 11111 | 100000 | 0 | 101010 | 11110010 | 10011 | 110001 |
Color Harmonies of #676595
Complementary color
Monochromatic Colors of #676595
Black with #676595
Text Example
Text Example
White with #676595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676595; }
p { color: rgb(103,101,149); }
H1.HeaderClassName
{
color: #676595;
}
.AnyTagClassName
{
color: #676595;
}
</style>
background-color css
<style>
a { background-color: #676595; }
a { background-color: rgb(103,101,149); }
div.DivClassName
{
background-color: #676595;
}
.BgClassName
{
background-color: #676595;
}
</style>
border-color css
<style>
span { border-color: #676595; }
span { border-color: rgb(103,101,149); }
td.TdClassName
{
border-color: #676595;
}
.TagClassName
{
border-color: #676595;
}
</style>