Shades of Scampi #676A9B
Tints of Scampi #676A9B
RGB
CMYK
RGB Variations
Color information
#676A9B (or 0x676A9B) is known color: Scampi. HEX triplet: 67, 6A and 9B. RGB value is (103,106,155). Sum of RGB (Red+Green+Blue) = 103+106+155=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #676A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A9B is #989564. Grayscale: #6E6E6E. Windows color (decimal): -9999717 or 10185319. OLE color: 10185319.
HSL color Cylindrical-coordinate representation of color #676A9B: hue angle of 236.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676A9B is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 106 | 155 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.39 |
| HSL | 236.54º | 0.21% | 0.51% | - |
| HSV(B) | 236.54º | 0.34% | 0.61% | - |
| XYZ | 16.66 | 15.56 | 33.14 | - |
| YUV | 110.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 155 | 0.34 | 0.32 | 0 | 0.39 | 236.54 | 0.21 | 0.51 |
| Hex | 67 | 6A | 9B | 22 | 20 | 0 | 27 | ED | 15 | 33 |
| Octal | 147 | 152 | 233 | 42 | 40 | 0 | 47 | 355 | 25 | 63 |
| Binary | 1100111 | 1101010 | 10011011 | 100010 | 100000 | 0 | 100111 | 11101101 | 10101 | 110011 |
Color Harmonies of #676A9B
Complementary color
Monochromatic Colors of #676A9B
Black with #676A9B
Text Example
Text Example
White with #676A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A9B; }
p { color: rgb(103,106,155); }
H1.HeaderClassName
{
color: #676A9B;
}
.AnyTagClassName
{
color: #676A9B;
}
</style>
background-color css
<style>
a { background-color: #676A9B; }
a { background-color: rgb(103,106,155); }
div.DivClassName
{
background-color: #676A9B;
}
.BgClassName
{
background-color: #676A9B;
}
</style>
border-color css
<style>
span { border-color: #676A9B; }
span { border-color: rgb(103,106,155); }
td.TdClassName
{
border-color: #676A9B;
}
.TagClassName
{
border-color: #676A9B;
}
</style>