Shades of Scampi #676998
Tints of Scampi #676998
RGB
CMYK
RGB Variations
Color information
#676998 (or 0x676998) is known color: Scampi. HEX triplet: 67, 69 and 98. RGB value is (103,105,152). Sum of RGB (Red+Green+Blue) = 103+105+152=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #676998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676998 is #989667. Grayscale: #6D6D6D. Windows color (decimal): -9999976 or 9988455. OLE color: 9988455.
HSL color Cylindrical-coordinate representation of color #676998: hue angle of 237.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676998 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 105 | 152 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.40 |
| HSL | 237.55º | 0.19% | 0.5% | - |
| HSV(B) | 237.55º | 0.32% | 0.6% | - |
| XYZ | 16.31 | 15.25 | 31.79 | - |
| YUV | 109.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 152 | 0.32 | 0.31 | 0 | 0.40 | 237.55 | 0.19 | 0.5 |
| Hex | 67 | 69 | 98 | 20 | 1F | 0 | 28 | EE | 13 | 32 |
| Octal | 147 | 151 | 230 | 40 | 37 | 0 | 50 | 356 | 23 | 62 |
| Binary | 1100111 | 1101001 | 10011000 | 100000 | 11111 | 0 | 101000 | 11101110 | 10011 | 110010 |
Color Harmonies of #676998
Complementary color
Monochromatic Colors of #676998
Black with #676998
Text Example
Text Example
White with #676998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676998; }
p { color: rgb(103,105,152); }
H1.HeaderClassName
{
color: #676998;
}
.AnyTagClassName
{
color: #676998;
}
</style>
background-color css
<style>
a { background-color: #676998; }
a { background-color: rgb(103,105,152); }
div.DivClassName
{
background-color: #676998;
}
.BgClassName
{
background-color: #676998;
}
</style>
border-color css
<style>
span { border-color: #676998; }
span { border-color: rgb(103,105,152); }
td.TdClassName
{
border-color: #676998;
}
.TagClassName
{
border-color: #676998;
}
</style>