Shades of Scampi #676A9D
Tints of Scampi #676A9D
RGB
CMYK
RGB Variations
Color information
#676A9D (or 0x676A9D) is known color: Scampi. HEX triplet: 67, 6A and 9D. RGB value is (103,106,157). Sum of RGB (Red+Green+Blue) = 103+106+157=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #676A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A9D is #989562. Grayscale: #6E6E6E. Windows color (decimal): -9999715 or 10316391. OLE color: 10316391.
HSL color Cylindrical-coordinate representation of color #676A9D: hue angle of 236.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676A9D is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 106 | 157 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.38 |
| HSL | 236.67º | 0.22% | 0.51% | - |
| HSV(B) | 236.67º | 0.34% | 0.62% | - |
| XYZ | 16.83 | 15.63 | 34.03 | - |
| YUV | 110.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 157 | 0.34 | 0.32 | 0 | 0.38 | 236.67 | 0.22 | 0.51 |
| Hex | 67 | 6A | 9D | 22 | 20 | 0 | 26 | ED | 16 | 33 |
| Octal | 147 | 152 | 235 | 42 | 40 | 0 | 46 | 355 | 26 | 63 |
| Binary | 1100111 | 1101010 | 10011101 | 100010 | 100000 | 0 | 100110 | 11101101 | 10110 | 110011 |
Color Harmonies of #676A9D
Complementary color
Monochromatic Colors of #676A9D
Black with #676A9D
Text Example
Text Example
White with #676A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A9D; }
p { color: rgb(103,106,157); }
H1.HeaderClassName
{
color: #676A9D;
}
.AnyTagClassName
{
color: #676A9D;
}
</style>
background-color css
<style>
a { background-color: #676A9D; }
a { background-color: rgb(103,106,157); }
div.DivClassName
{
background-color: #676A9D;
}
.BgClassName
{
background-color: #676A9D;
}
</style>
border-color css
<style>
span { border-color: #676A9D; }
span { border-color: rgb(103,106,157); }
td.TdClassName
{
border-color: #676A9D;
}
.TagClassName
{
border-color: #676A9D;
}
</style>