Shades of Scampi #676198
Tints of Scampi #676198
RGB
CMYK
RGB Variations
Color information
#676198 (or 0x676198) is known color: Scampi. HEX triplet: 67, 61 and 98. RGB value is (103,97,152). Sum of RGB (Red+Green+Blue) = 103+97+152=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #676198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676198 is #989E67. Grayscale: #686868. Windows color (decimal): -10002024 or 9986407. OLE color: 9986407.
HSL color Cylindrical-coordinate representation of color #676198: hue angle of 246.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #676198 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 97 | 152 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.40 |
| HSL | 246.55º | 0.22% | 0.49% | - |
| HSV(B) | 246.55º | 0.36% | 0.6% | - |
| XYZ | 15.54 | 13.7 | 31.53 | - |
| YUV | 105.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 152 | 0.32 | 0.36 | 0 | 0.40 | 246.55 | 0.22 | 0.49 |
| Hex | 67 | 61 | 98 | 20 | 24 | 0 | 28 | F7 | 16 | 31 |
| Octal | 147 | 141 | 230 | 40 | 44 | 0 | 50 | 367 | 26 | 61 |
| Binary | 1100111 | 1100001 | 10011000 | 100000 | 100100 | 0 | 101000 | 11110111 | 10110 | 110001 |
Color Harmonies of #676198
Complementary color
Monochromatic Colors of #676198
Black with #676198
Text Example
Text Example
White with #676198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676198; }
p { color: rgb(103,97,152); }
H1.HeaderClassName
{
color: #676198;
}
.AnyTagClassName
{
color: #676198;
}
</style>
background-color css
<style>
a { background-color: #676198; }
a { background-color: rgb(103,97,152); }
div.DivClassName
{
background-color: #676198;
}
.BgClassName
{
background-color: #676198;
}
</style>
border-color css
<style>
span { border-color: #676198; }
span { border-color: rgb(103,97,152); }
td.TdClassName
{
border-color: #676198;
}
.TagClassName
{
border-color: #676198;
}
</style>