Shades of Scampi #676593
Tints of Scampi #676593
RGB
CMYK
RGB Variations
Color information
#676593 (or 0x676593) is known color: Scampi. HEX triplet: 67, 65 and 93. RGB value is (103,101,147). Sum of RGB (Red+Green+Blue) = 103+101+147=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #676593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676593 is #989A6C. Grayscale: #6A6A6A. Windows color (decimal): -10001005 or 9659751. OLE color: 9659751.
HSL color Cylindrical-coordinate representation of color #676593: hue angle of 242.61º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #676593 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 101 | 147 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.42 |
| HSL | 242.61º | 0.19% | 0.49% | - |
| HSV(B) | 242.61º | 0.31% | 0.58% | - |
| XYZ | 15.51 | 14.3 | 29.55 | - |
| YUV | 106.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 147 | 0.30 | 0.31 | 0 | 0.42 | 242.61 | 0.19 | 0.49 |
| Hex | 67 | 65 | 93 | 1E | 1F | 0 | 2A | F3 | 13 | 31 |
| Octal | 147 | 145 | 223 | 36 | 37 | 0 | 52 | 363 | 23 | 61 |
| Binary | 1100111 | 1100101 | 10010011 | 11110 | 11111 | 0 | 101010 | 11110011 | 10011 | 110001 |
Color Harmonies of #676593
Complementary color
Monochromatic Colors of #676593
Black with #676593
Text Example
Text Example
White with #676593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676593; }
p { color: rgb(103,101,147); }
H1.HeaderClassName
{
color: #676593;
}
.AnyTagClassName
{
color: #676593;
}
</style>
background-color css
<style>
a { background-color: #676593; }
a { background-color: rgb(103,101,147); }
div.DivClassName
{
background-color: #676593;
}
.BgClassName
{
background-color: #676593;
}
</style>
border-color css
<style>
span { border-color: #676593; }
span { border-color: rgb(103,101,147); }
td.TdClassName
{
border-color: #676593;
}
.TagClassName
{
border-color: #676593;
}
</style>